Skip to content

Commit 09bce56

Browse files
authored
deps: Update google-github-actions/auth action to v1.2.0 (#911)
1 parent b66b78f commit 09bce56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- id: 'auth'
7878
name: 'Authenticate to Google Cloud'
79-
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
79+
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0
8080
with:
8181
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
8282
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -195,7 +195,7 @@ jobs:
195195
name: 'Authenticate to Google Cloud'
196196
# only needed for Flakybot on periodic (schedule) and continuous (push) events
197197
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
198-
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
198+
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0
199199
with:
200200
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
201201
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)