From 3bc286c31f6280a4924c555dad22caffc9a076c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:25:21 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.6 --- .github/workflows/iac-secrets.yml | 2 +- .github/workflows/iac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iac-secrets.yml b/.github/workflows/iac-secrets.yml index fa304c20..7c157fbe 100644 --- a/.github/workflows/iac-secrets.yml +++ b/.github/workflows/iac-secrets.yml @@ -65,7 +65,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.4' + uses: 'google-github-actions/auth@v2.1.6' with: workload_identity_provider: ${{ inputs.GCP_WIP }} project_id: ${{ inputs.PROJECT_ID }} diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index b3c62e83..04709714 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -155,7 +155,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.4' + uses: 'google-github-actions/auth@v2.1.6' if: inputs.GCP_ENV == true with: workload_identity_provider: ${{ inputs.GCP_WIP }}