80
80
shell : bash --noprofile --norc -o pipefail {0}
81
81
82
82
- name : Setup Golang Environment
83
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
83
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
84
84
with :
85
85
go-version-file : go.mod
86
86
@@ -201,7 +201,7 @@ jobs:
201
201
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
202
202
203
203
- name : Setup Golang Environment
204
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
204
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
205
205
with :
206
206
go-version-file : go.mod
207
207
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -257,7 +257,7 @@ jobs:
257
257
version : ' v3.18.6'
258
258
259
259
- name : Setup Golang Environment
260
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
260
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
261
261
with :
262
262
go-version-file : go.mod
263
263
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' && (inputs.run_tests && inputs.run_tests || true) }}
@@ -277,7 +277,7 @@ jobs:
277
277
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' && (inputs.run_tests && inputs.run_tests || true) }}
278
278
279
279
- name : Upload coverage to Codecov
280
- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
280
+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
281
281
with :
282
282
files : ./coverage.txt
283
283
token : ${{ secrets.CODECOV_TOKEN }} # required
@@ -305,7 +305,7 @@ jobs:
305
305
fetch-depth : 0
306
306
307
307
- name : Setup Golang Environment
308
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
308
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
309
309
with :
310
310
go-version-file : go.mod
311
311
if : ${{ inputs.force || needs.checks.outputs.binary_cache_hit != 'true' }}
0 commit comments