From b450ef1b42444de8f0cc8700d92f5f644f9184f2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 2 Oct 2024 09:10:34 +0200 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2.1.6 (#87) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7090743..cea3c36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -152,7 +152,7 @@ jobs: - name: Clone repo uses: actions/checkout@master - id: 'auth' - uses: 'google-github-actions/auth@v2.1.5' + uses: 'google-github-actions/auth@v2.1.6' with: workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER_NAME }} # this is the output provider_name from the TF module service_account: ${{ secrets.SVC_ACCOUNT_EMAIL }} # this is a SA email configured to create gh-runner MIGs