Skip to content

Commit 2bbf6eb

Browse files
chore(deps): update google-github-actions/auth action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9ce298 commit 2bbf6eb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/auth-gcp-artifact-registry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- id: auth
2323
name: 'Authenticate to Google Cloud'
24-
uses: 'google-github-actions/auth@v2'
24+
uses: 'google-github-actions/auth@v3'
2525
with:
2626
workload_identity_provider: ${{ inputs.workload-id-provider }}
2727
service_account: ${{ inputs.service-account }}

.github/workflows/cloud-run.yaml

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

3838
- id: auth
3939
name: Authenticate to Google Cloud
40-
uses: google-github-actions/auth@v2
40+
uses: google-github-actions/auth@v3
4141
with:
4242
workload_identity_provider: ${{ inputs.workload-id-provider }}
4343
service_account: ${{ inputs.service-account }}

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Uses Google workload identity federation to authenticate without keys, in security circle project. Variables defined in security circle
4949
- id: 'auth'
5050
name: 'Authenticate to Google Cloud'
51-
uses: 'google-github-actions/auth@v2'
51+
uses: 'google-github-actions/auth@v3'
5252
with:
5353
workload_identity_provider: ${{ inputs.workload-id-provider }}
5454
service_account: ${{ inputs.service-account }}

.github/workflows/terraform2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272

7373
- id: auth-gcp-no-master
7474
name: Authenticate to Google Cloud
75-
uses: google-github-actions/auth@v2
75+
uses: google-github-actions/auth@v3
7676
with:
7777
workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }}
7878
service_account: ${{ inputs.service-account }}
7979
if: github.ref != 'refs/heads/master'
8080

8181
- id: auth-gcp-master
8282
name: Authenticate to Google Cloud
83-
uses: google-github-actions/auth@v2
83+
uses: google-github-actions/auth@v3
8484
with:
8585
workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER_MASTER }}
8686
service_account: ${{ inputs.service-account }}

0 commit comments

Comments
 (0)