Skip to content

Commit ab549a0

Browse files
Bump google-github-actions/auth from 2 to 3 (#36154)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03dbd7e commit ab549a0

5 files changed

Lines changed: 5 additions & 5 deletions

.github/workflows/beam_PostCommit_Python_Arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
8686
sudo chmod +x /usr/local/bin/docker-compose
8787
- name: Authenticate on GCP
88-
uses: google-github-actions/auth@v2
88+
uses: google-github-actions/auth@v3
8989
with:
9090
service_account: ${{ secrets.GCP_SA_EMAIL }}
9191
credentials_json: ${{ secrets.GCP_SA_KEY }}

.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Docker Buildx
9595
uses: docker/setup-buildx-action@v1
9696
- name: Authenticate on GCP
97-
uses: google-github-actions/auth@v2
97+
uses: google-github-actions/auth@v3
9898
with:
9999
service_account: ${{ secrets.GCP_SA_EMAIL }}
100100
credentials_json: ${{ secrets.GCP_SA_KEY }}

.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
python-version: ${{ matrix.python_version }}
7777
- name: Authenticate on GCP
78-
uses: google-github-actions/auth@v2
78+
uses: google-github-actions/auth@v3
7979
with:
8080
service_account: ${{ secrets.GCP_SA_EMAIL }}
8181
credentials_json: ${{ secrets.GCP_SA_KEY }}

.github/workflows/refresh_looker_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: 3.11
4444
- run: pip install requests google-cloud-storage looker-sdk
4545
- name: Authenticate on GCP
46-
uses: google-github-actions/auth@v2
46+
uses: google-github-actions/auth@v3
4747
with:
4848
service_account: ${{ secrets.GCP_SA_EMAIL }}
4949
credentials_json: ${{ secrets.GCP_SA_KEY }}

.github/workflows/republish_released_docker_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
python-version: '3.9'
7474
- name: Authenticate on GCP
75-
uses: google-github-actions/auth@v2
75+
uses: google-github-actions/auth@v3
7676
with:
7777
service_account: ${{ secrets.GCP_SA_EMAIL }}
7878
credentials_json: ${{ secrets.GCP_SA_KEY }}

0 commit comments

Comments
 (0)