From 390b0ff682d2efcb31e5d69e76cb922311f056d1 Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Mon, 26 Feb 2024 18:03:37 -0800 Subject: [PATCH] chore: update google github-action auth version (#3030) --- .github/workflows/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index d42cc5cdb..b01bf1155 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -66,7 +66,7 @@ jobs: # Setup auth if not a PR. - if: github.event_name != 'pull_request' - uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1 + uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2 with: credentials_json: '${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}' export_environment_variables: true