diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index fa99ea5..6dcc178 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -167,7 +167,7 @@ jobs: with: fetch-depth: 0 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 + uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 with: workload_identity_provider: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_PROVIDER')] }} service_account: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_SERVICE_ACCOUNT')] }}