6161 }
6262
6363 - name : Checkout code
64- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
64+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6565 with :
6666 ref : ${{ github.event.pull_request.head.sha }}
6767 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -76,15 +76,15 @@ jobs:
7676
7777 - id : ' auth'
7878 name : ' Authenticate to Google Cloud'
79- uses : google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
79+ uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
8080 with :
8181 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
8282 service_account : ${{ secrets.SERVICE_ACCOUNT }}
8383 access_token_lifetime : 600s
8484
8585 - id : ' secrets'
8686 name : Get secrets
87- uses : google-github-actions/get-secretmanager-secrets@b655b87fa10e527c5c5a3abfd795c6f46e0399b1 # v2.1.1
87+ uses : google-github-actions/get-secretmanager-secrets@3d36df966bdcaeee757ff19173e79a2f826beda0 # v2.1.2
8888 with :
8989 secrets : |-
9090 MYSQL_CONNECTION_NAME:${{ secrets.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -178,7 +178,7 @@ jobs:
178178 }
179179
180180 - name : Checkout code
181- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
181+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
182182 with :
183183 ref : ${{ github.event.pull_request.head.sha }}
184184 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -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@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
198+ uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
199199 with :
200200 workload_identity_provider : ${{ secrets.PROVIDER_NAME }}
201201 service_account : ${{ secrets.SERVICE_ACCOUNT }}
0 commit comments