From 5a8e03ab6e92383d53b55901376cf2ef7255aee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:23:52 +0000 Subject: [PATCH] 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/bigquery_dry_run.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/prerelease_bigquery.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bigquery_dry_run.yml b/.github/workflows/bigquery_dry_run.yml index c1b1d95b..24bb3cc7 100644 --- a/.github/workflows/bigquery_dry_run.yml +++ b/.github/workflows/bigquery_dry_run.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v7 - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: service_account: 'mimic-code@physionet-data.iam.gserviceaccount.com' workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4773572b..ce87ae7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: service_account: 'mimic-code@physionet-data.iam.gserviceaccount.com' workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code' diff --git a/.github/workflows/prerelease_bigquery.yml b/.github/workflows/prerelease_bigquery.yml index 62c3c4d9..d2225710 100644 --- a/.github/workflows/prerelease_bigquery.yml +++ b/.github/workflows/prerelease_bigquery.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: service_account: 'mimic-code@physionet-data.iam.gserviceaccount.com' workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'