diff --git a/.github/workflows/build-push-cft-devtools.yml b/.github/workflows/build-push-cft-devtools.yml index 35dd25a0461..697dbb3db1e 100644 --- a/.github/workflows/build-push-cft-devtools.yml +++ b/.github/workflows/build-push-cft-devtools.yml @@ -24,7 +24,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # v2.1.4 + uses: 'google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d' # v2.1.5 with: workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}' service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}' diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 0aeb5aed891..bb24d4d159d 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -29,7 +29,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # v2.1.4 + uses: 'google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d' # v2.1.5 with: workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}' service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'