diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index e99898ce4c..0fd5e7beda 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -64,7 +64,7 @@ jobs: # Setup auth if not a PR. - if: github.event_name != 'pull_request' - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1 + uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0 with: credentials_json: '${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}' export_environment_variables: true