From 87a44e324f5c7e61d2032ab488711519cbeb5f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:41:28 +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/PR.yaml | 2 +- .github/workflows/create-cost-report.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/smoke-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PR.yaml b/.github/workflows/PR.yaml index c9f2009bc..3e8f857e0 100644 --- a/.github/workflows/PR.yaml +++ b/.github/workflows/PR.yaml @@ -87,7 +87,7 @@ jobs: path: go/src/github.com/stackrox/infra - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.INFRA_CI_AUTOMATION_GCP_SA }} diff --git a/.github/workflows/create-cost-report.yaml b/.github/workflows/create-cost-report.yaml index dbcf651bd..2c6f96982 100644 --- a/.github/workflows/create-cost-report.yaml +++ b/.github/workflows/create-cost-report.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_BIGQUERY_INFRA_LOGGER_SA }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 35a6cfe50..afd03bddf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -55,7 +55,7 @@ jobs: ref: ${{ inputs.version }} - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.INFRA_DEPLOY_AUTOMATION_GCP_SA }} diff --git a/.github/workflows/smoke-test.yaml b/.github/workflows/smoke-test.yaml index 21ec6a62c..863ca4c41 100644 --- a/.github/workflows/smoke-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -55,7 +55,7 @@ jobs: fail-fast: false steps: - name: Authenticate to GCloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.INFRA_CI_AUTOMATION_GCP_SA }}