From 67d77308f1776992608d45d0470fb67130c7908f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:08:55 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2.1.12 to 3.0.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.12 to 3.0.0. - [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/b7593ed2efd1c1617e1b0254da33b86225adb2a5...7c6bc770dae815cd3e89ee6cdf493a5fab2cc093) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0c7b8d..44145d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -115,7 +115,7 @@ jobs: - id: 'auth' name: Authenticate with Google Cloud if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }} - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 https://github.com/google-github-actions/auth/releases/tag/v2.1.12 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 https://github.com/google-github-actions/auth/releases/tag/v3.0.0 with: credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}' - name: Set up Cloud SDK