Skip to content

Commit 9f0b61a

Browse files
chore(deps): update google-github-actions/auth action to v3 (#1285)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent 6901f03 commit 9f0b61a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/login-to-gar/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
runs:
1919
using: composite
2020
steps:
21-
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
21+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
2222
name: Auth with direct WIF
2323
id: auth_with_direct_wif
2424
with:

actions/login-to-gcs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
BUCKET: ${{ inputs.bucket }}
7070
ENVIRONMENT: ${{ inputs.environment }}
7171
SERVICE_ACCOUNT: ${{ inputs.service_account }}
72-
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
72+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
7373
id: gcloud-auth
7474
with:
7575
workload_identity_provider: "projects/304398677251/locations/global/workloadIdentityPools/github/providers/github-provider"

0 commit comments

Comments
 (0)