@@ -43,24 +43,24 @@ jobs:
4343 pull-requests : write
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
46+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
4747
4848 - name : Setup Go
49- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
49+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5050 with :
5151 go-version : " 1.24"
5252
5353 - id : auth
5454 name : Authenticate to Google Cloud
55- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
55+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
5656 with :
5757 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
5858 service_account : ${{ vars.SERVICE_ACCOUNT }}
5959 access_token_lifetime : 600s
6060
6161 - id : secrets
6262 name : Get secrets
63- uses : google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
63+ uses : google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
6464 with :
6565 secrets : |-
6666 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -165,16 +165,16 @@ jobs:
165165 GOARCH : ${{ matrix.goarch }}
166166 steps :
167167 - name : Checkout code
168- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
168+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
169169 - name : Setup Go ${{ matrix.go-version }}
170- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
170+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
171171 with :
172172 go-version : ${{ matrix.go-version }}
173173 - id : auth
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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
177+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
178178 with :
179179 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
180180 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments