Skip to content

Commit 6cf5c24

Browse files
authored
chore(deps): update google-github-actions/auth action to v2.1.12 (#3124)
1 parent d3e143f commit 6cf5c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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@140bb5113ffb6b65a7e9b937a81fa96cf5064462' # v2.1.11
28+
uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5' # v2.1.12
2929
with:
3030
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3131
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
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@140bb5113ffb6b65a7e9b937a81fa96cf5064462' # v2.1.11
32+
uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5' # v2.1.12
3333
with:
3434
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3535
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'

0 commit comments

Comments
 (0)