Skip to content

Commit 5a8e03a

Browse files
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](google-github-actions/auth@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] <support@github.com>
1 parent 5bdb9a0 commit 5a8e03a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bigquery_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v7
2727

2828
- id: 'auth'
29-
uses: 'google-github-actions/auth@v2'
29+
uses: 'google-github-actions/auth@v3'
3030
with:
3131
service_account: 'mimic-code@physionet-data.iam.gserviceaccount.com'
3232
workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v7
1919

2020
- id: 'auth'
21-
uses: 'google-github-actions/auth@v2'
21+
uses: 'google-github-actions/auth@v3'
2222
with:
2323
service_account: 'mimic-code@physionet-data.iam.gserviceaccount.com'
2424
workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'

.github/workflows/prerelease_bigquery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v7
1818

1919
- id: 'auth'
20-
uses: 'google-github-actions/auth@v2'
20+
uses: 'google-github-actions/auth@v3'
2121
with:
2222
service_account: 'mimic-code@physionet-data.iam.gserviceaccount.com'
2323
workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'

0 commit comments

Comments
 (0)