6060 console.log('Failed to remove label. Another job may have already removed it!');
6161 }
6262 - name : Checkout code
63- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
63+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
6464 with :
6565 ref : ${{ github.event.pull_request.head.sha }}
6666 repository : ${{ github.event.pull_request.head.repo.full_name }}
7373
7474 - id : ' auth'
7575 name : Authenticate to Google Cloud
76- uses : google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
76+ uses : google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
7777 with :
7878 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
7979 service_account : ${{ secrets.SERVICE_ACCOUNT }}
@@ -172,7 +172,7 @@ jobs:
172172 console.log('Failed to remove label. Another job may have already removed it!');
173173 }
174174 - name : Checkout code
175- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
175+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
176176 with :
177177 ref : ${{ github.event.pull_request.head.sha }}
178178 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -197,7 +197,7 @@ jobs:
197197
198198 - id : ' auth'
199199 name : Authenticate to Google Cloud
200- uses : google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
200+ uses : google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
201201 with :
202202 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
203203 service_account : ${{ secrets.SERVICE_ACCOUNT }}
@@ -292,7 +292,7 @@ jobs:
292292 console.log('Failed to remove label. Another job may have already removed it!');
293293 }
294294 - name : Checkout code
295- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
295+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
296296 with :
297297 ref : ${{ github.event.pull_request.head.sha }}
298298 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -307,7 +307,7 @@ jobs:
307307
308308 - id : ' auth'
309309 name : Authenticate to Google Cloud
310- uses : google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
310+ uses : google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
311311 with :
312312 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
313313 service_account : ${{ secrets.SERVICE_ACCOUNT }}
0 commit comments