8080 shell : bash --noprofile --norc -o pipefail {0}
8181
8282 - name : Setup Golang Environment
83- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
83+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
8484 with :
8585 go-version-file : go.mod
8686
@@ -201,7 +201,7 @@ jobs:
201201 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
202202
203203 - name : Setup Golang Environment
204- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
204+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
205205 with :
206206 go-version-file : go.mod
207207 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -257,7 +257,7 @@ jobs:
257257 version : ' v3.18.6'
258258
259259 - name : Setup Golang Environment
260- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
260+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
261261 with :
262262 go-version-file : go.mod
263263 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' && (inputs.run_tests && inputs.run_tests || true) }}
@@ -277,7 +277,7 @@ jobs:
277277 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' && (inputs.run_tests && inputs.run_tests || true) }}
278278
279279 - name : Upload coverage to Codecov
280- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
280+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
281281 with :
282282 files : ./coverage.txt
283283 token : ${{ secrets.CODECOV_TOKEN }} # required
@@ -305,7 +305,7 @@ jobs:
305305 fetch-depth : 0
306306
307307 - name : Setup Golang Environment
308- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
308+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
309309 with :
310310 go-version-file : go.mod
311311 if : ${{ inputs.force || needs.checks.outputs.binary_cache_hit != 'true' }}
0 commit comments