From b1ac0f3f93ae623fad26b244d72ea1a4ae4fea07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 23:05:49 +0000 Subject: [PATCH] chore(deps): Bump step-security/google-github-auth from 2.1.10 to 3.0.0 Bumps [step-security/google-github-auth](https://github.com/step-security/google-github-auth) from 2.1.10 to 3.0.0. - [Release notes](https://github.com/step-security/google-github-auth/releases) - [Changelog](https://github.com/step-security/google-github-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/step-security/google-github-auth/compare/40f6deebd366f16c782d7a0ad0844e3b96a032a6...f0e5c257a9534a30b5df12f43329c1eb7b85a5be) --- updated-dependencies: - dependency-name: step-security/google-github-auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/zxc-compile-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 9908f363..aef7f20b 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -163,7 +163,7 @@ jobs: # May be removed once the artifacts are publicly accessible. - name: Authenticate to Google Cloud id: google-auth - uses: step-security/google-github-auth@40f6deebd366f16c782d7a0ad0844e3b96a032a6 # v2.1.10 + uses: step-security/google-github-auth@f0e5c257a9534a30b5df12f43329c1eb7b85a5be # v3.0.0 if: ${{ inputs.enable-unit-tests && !cancelled() && !failure() }} with: token_format: 'access_token'