From 3da904a6bde114cacefd8e4b473ee36ef7f406f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:52:24 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.8 to 2.1.10 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.8 to 2.1.10. - [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/71f986410dfbc7added4569d411d040a91dc6935...ba79af03959ebeac9769e648f473a284504d9193) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-bazel.yml | 2 +- .github/workflows/postsubmit.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-bazel.yml b/.github/workflows/check-bazel.yml index 1933d4a63..88cb42129 100644 --- a/.github/workflows/check-bazel.yml +++ b/.github/workflows/check-bazel.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2 - name: Auth - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # tag=v2.1.8 + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # tag=v2.1.10 with: create_credentials_file: true # also sets GOOGLE_APPLICATION_CREDENTIALS service_account: "github-automation-bot@gha-crc-dev.iam.gserviceaccount.com" diff --git a/.github/workflows/postsubmit.yml b/.github/workflows/postsubmit.yml index 770648502..d00c7604a 100644 --- a/.github/workflows/postsubmit.yml +++ b/.github/workflows/postsubmit.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2 - name: Auth - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # tag=v2.1.8 + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # tag=v2.1.10 with: create_credentials_file: true # also sets GOOGLE_APPLICATION_CREDENTIALS service_account: "github-automation-bot@gha-crc-dev.iam.gserviceaccount.com" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5bf248d1..02a6b4c5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: with: ref: ${{ steps.latest-green.outputs.latest_green }} - name: Auth - uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # tag=v2.1.8 + uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # tag=v2.1.10 with: create_credentials_file: true # also sets GOOGLE_APPLICATION_CREDENTIALS service_account: "github-automation-bot@gha-crc-prod.iam.gserviceaccount.com"