Skip to content

Commit 774c9c2

Browse files
chore(deps): update google-github-actions/auth action to v2.1.13
1 parent a8f591b commit 774c9c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/gcloud-auth/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- id: 'auth'
2020
name: 'Authenticate to Google Cloud'
21-
uses: 'google-github-actions/auth@v2.1.6'
21+
uses: 'google-github-actions/auth@v2.1.13'
2222
with:
2323
workload_identity_provider: ${{ inputs.GCP_WIP }}
2424
project_id: ${{ inputs.PROJECT_ID }}

.github/workflows/iac-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- id: 'auth'
6363
name: 'Authenticate to Google Cloud'
64-
uses: 'google-github-actions/auth@v2.1.7'
64+
uses: 'google-github-actions/auth@v2.1.13'
6565
with:
6666
workload_identity_provider: ${{ inputs.GCP_WIP }}
6767
project_id: ${{ inputs.PROJECT_ID }}

.github/workflows/iac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- id: 'auth'
171171
name: 'Authenticate to Google Cloud'
172-
uses: 'google-github-actions/auth@v2.1.7'
172+
uses: 'google-github-actions/auth@v2.1.13'
173173
if: inputs.GCP_ENV == true
174174
with:
175175
workload_identity_provider: ${{ inputs.GCP_WIP }}

0 commit comments

Comments
 (0)