From 6ca3257e479cd4f678c7e0d98916b5543f247f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:47:43 +0000 Subject: [PATCH] build(deps): bump google-github-actions/auth from 1 to 2 (#1365) --- .github/workflows/validate-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pipelines.yml b/.github/workflows/validate-pipelines.yml index 35375b47b..d766c179f 100644 --- a/.github/workflows/validate-pipelines.yml +++ b/.github/workflows/validate-pipelines.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: 'auth' - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: 'projects/868781662168/locations/global/workloadIdentityPools/prod-github/providers/github-oidc-pool' service_account: 'gha-gocd-api@sac-prod-sa.iam.gserviceaccount.com'