8585
8686 steps :
8787 - name : Harden Runner
88- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
88+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
8989 with :
9090 egress-policy : audit
9191
@@ -231,7 +231,7 @@ jobs:
231231
232232 - name : Upload Report to Codecov attempt 1
233233 if : (steps.skip_check.outputs.should_skip != 'true') && (steps.check_coverage.outputs.files_exists == 'true')
234- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
234+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
235235 id : upload_code_coverage_report_1
236236 continue-on-error : true
237237 with :
@@ -246,7 +246,7 @@ jobs:
246246
247247 - name : Upload Report to Codecov attempt 2
248248 if : (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_1.outcome == 'failure')
249- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
249+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
250250 id : upload_code_coverage_report_2
251251 continue-on-error : true
252252 with :
@@ -261,7 +261,7 @@ jobs:
261261
262262 - name : Upload Report to Codecov attempt 3
263263 if : (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_2.outcome == 'failure')
264- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
264+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
265265 id : upload_code_coverage_report_3
266266 continue-on-error : true
267267 with :
@@ -276,7 +276,7 @@ jobs:
276276
277277 - name : Upload Report to Codecov attempt 4
278278 if : (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_3.outcome == 'failure')
279- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
279+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
280280 id : upload_code_coverage_report_4
281281 continue-on-error : true
282282 with :
@@ -359,7 +359,7 @@ jobs:
359359 runs-on : ubuntu-latest
360360 steps :
361361 - name : Harden Runner
362- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
362+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
363363 with :
364364 disable-sudo : true
365365 egress-policy : block
@@ -372,7 +372,7 @@ jobs:
372372 cancel_others : ' false'
373373 paths_ignore : ' ["**.md", "**/docs/**"]'
374374
375- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
375+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
376376 if : (github.event_name == 'schedule') || (github.event_name == 'push') && (steps.skip_check.outputs.should_skip != 'true')
377377 env :
378378 TITLE : Workflow failed - ${{inputs.name}}
0 commit comments