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 76
76
77
77
- id : ' auth'
78
78
name : ' Authenticate to Google Cloud'
79
- uses : google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
79
+ uses : google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
80
80
with :
81
81
workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
82
82
service_account : ${{ secrets.SERVICE_ACCOUNT }}
@@ -195,7 +195,7 @@ jobs:
195
195
name : ' Authenticate to Google Cloud'
196
196
# only needed for Flakybot on periodic (schedule) and continuous (push) events
197
197
if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
198
- uses : google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
198
+ uses : google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
199
199
with :
200
200
workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
201
201
service_account : ${{ secrets.SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments