From 0f8071bc327351d961929cc6981d6ddd9aed071f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:41:14 +0000 Subject: [PATCH] chore(ci): bump google-github-actions/auth from 2.1.5 to 2.1.8 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.5 to 2.1.8. - [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/62cf5bd3e4211a0a0b51f2c6d6a37129d828611d...71f986410dfbc7added4569d411d040a91dc6935) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-build.yaml | 2 +- .github/workflows/release-build.yaml | 2 +- .github/workflows/traffic.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-build.yaml b/.github/workflows/nightly-build.yaml index c064dfb09..9ffe90bab 100644 --- a/.github/workflows/nightly-build.yaml +++ b/.github/workflows/nightly-build.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: "Authenticate to Google Cloud (Push to Public registry)" id: "gcp-auth" - uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 4463498a4..e991b1076 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -16,7 +16,7 @@ jobs: - name: "Authenticate to Google Cloud (Push to Public registry)" id: "gcp-auth" - uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} diff --git a/.github/workflows/traffic.yaml b/.github/workflows/traffic.yaml index 1d7efcb5e..6b76b297c 100644 --- a/.github/workflows/traffic.yaml +++ b/.github/workflows/traffic.yaml @@ -60,7 +60,7 @@ jobs: #https://github.com/marketplace/actions/authenticate-to-google-cloud#setup - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d' + uses: 'google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935' with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}