Skip to content

Commit dd42e23

Browse files
authored
chore(deps): update google-github-actions/auth action to v2.1.10 (#2973)
1 parent 4095ab7 commit dd42e23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-cft-devtools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- id: 'auth'
2727
name: 'Authenticate to Google Cloud'
28-
uses: 'google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b' # v2.1.9
28+
uses: 'google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193' # v2.1.10
2929
with:
3030
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3131
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'

.github/workflows/release-cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- id: 'auth'
3131
name: 'Authenticate to Google Cloud'
32-
uses: 'google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b' # v2.1.9
32+
uses: 'google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193' # v2.1.10
3333
with:
3434
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3535
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'

0 commit comments

Comments
 (0)