@@ -44,24 +44,24 @@ jobs:
4444 pull-requests : write
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
47+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
4848
4949 - name : Setup Go
50- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
50+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5151 with :
5252 go-version : " 1.25"
5353
5454 - id : auth
5555 name : Authenticate to Google Cloud
56- uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13
56+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
5757 with :
5858 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
5959 service_account : ${{ vars.SERVICE_ACCOUNT }}
6060 access_token_lifetime : 600s
6161
6262 - id : secrets
6363 name : Get secrets
64- uses : google-github-actions/get-secretmanager-secrets@2b5f97c5a4b9c105e64646762ad4fc3f5128e6f5 # v2.2.5
64+ uses : google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
6565 with :
6666 secrets : |-
6767 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -166,16 +166,16 @@ jobs:
166166 GOARCH : ${{ matrix.goarch }}
167167 steps :
168168 - name : Checkout code
169- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
169+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
170170 - name : Setup Go ${{ matrix.go-version }}
171- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
171+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
172172 with :
173173 go-version : ${{ matrix.go-version }}
174174 - id : auth
175175 name : Authenticate to Google Cloud
176176 # only needed for Flakybot on periodic (schedule) and continuous (push) events
177177 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
178- uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13
178+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
179179 with :
180180 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
181181 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments