Skip to content

Commit cf3a565

Browse files
authored
deps: Update google-github-actions/auth action to v2.1.3 (#574)
1 parent 1abe8b1 commit cf3a565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

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

6969
- id: 'auth'
7070
name: Authenticate to Google Cloud
71-
uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
71+
uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
7272
with:
7373
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
7474
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -174,7 +174,7 @@ jobs:
174174
name: Authenticate to Google Cloud
175175
# only needed for Flakybot on periodic (schedule) and continuous (push) events
176176
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
177-
uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
177+
uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
178178
with:
179179
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
180180
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)