File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- id : ' auth'
70
70
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
72
72
with :
73
73
workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
74
74
service_account : ${{ secrets.SERVICE_ACCOUNT }}
@@ -174,7 +174,7 @@ jobs:
174
174
name : Authenticate to Google Cloud
175
175
# only needed for Flakybot on periodic (schedule) and continuous (push) events
176
176
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
178
178
with :
179
179
workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
180
180
service_account : ${{ secrets.SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments