From e9ba05ca62fa7c453de45a041d604d2c5c4337ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:24:56 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-terraform-deploy.yml | 2 +- .github/workflows/terragrunt.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/reusable-terraform-deploy.yml b/.github/workflows/reusable-terraform-deploy.yml index b41ae64..743cd14 100644 --- a/.github/workflows/reusable-terraform-deploy.yml +++ b/.github/workflows/reusable-terraform-deploy.yml @@ -88,7 +88,7 @@ jobs: terraform_version: ${{ inputs.terraform_version }} - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.gcp-credentials }} diff --git a/.github/workflows/terragrunt.yml b/.github/workflows/terragrunt.yml index 38b051b..cab89d5 100644 --- a/.github/workflows/terragrunt.yml +++ b/.github/workflows/terragrunt.yml @@ -74,7 +74,7 @@ jobs: terragrunt --version - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -120,7 +120,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -203,7 +203,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -279,7 +279,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS_STAGING }} @@ -358,7 +358,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS_PRODUCTION }}