mirror of
https://github.com/imjasonh/gke-auth
synced 2026-07-07 00:23:18 +00:00
Bump google-github-actions/auth from 0.9.0 to 2.1.4
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.9.0 to 2.1.4. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Commits](https://github.com/google-github-actions/auth/compare/v0.9.0...v2.1.4) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
98994c653b
commit
63dde4daf8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-action.yaml
vendored
2
.github/workflows/test-action.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
go-version-file: './go.mod'
|
||||
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
|
||||
|
||||
- uses: 'google-github-actions/auth@v2'
|
||||
- uses: 'google-github-actions/auth@v2.1.4'
|
||||
with:
|
||||
workload_identity_provider: 'projects/30098225237/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider'
|
||||
service_account: 'gha-sa@imjasonh-autopilot.iam.gserviceaccount.com'
|
||||
|
|
|
|||
2
.github/workflows/using-gcloud.yaml
vendored
2
.github/workflows/using-gcloud.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
|
||||
|
||||
- uses: google-github-actions/auth@09cecabe1f169596b81c2ef22b40faff87acc460 # v0.9.0
|
||||
- uses: google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
|
||||
with:
|
||||
workload_identity_provider: 'projects/30098225237/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider'
|
||||
service_account: 'gha-sa@imjasonh-autopilot.iam.gserviceaccount.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue