From dcccdf519d3cb60967ef23e41dc466611492d92a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:29:31 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2.1.7 --- .github/workflows/wc-deploy-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wc-deploy-backend.yml b/.github/workflows/wc-deploy-backend.yml index 588c736c..d1b0fc20 100644 --- a/.github/workflows/wc-deploy-backend.yml +++ b/.github/workflows/wc-deploy-backend.yml @@ -33,7 +33,7 @@ jobs: - # https://github.com/marketplace/actions/authenticate-to-google-cloud name: Google Auth id: auth - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: token_format: 'access_token' workload_identity_provider: '${{ secrets.wif-provider }}'