8585
8686 steps :
8787 - name : Harden Runner
88- uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
88+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303
234+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303
249+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303
264+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303
279+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
362+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
363363 with :
364364 disable-sudo : true
365365 egress-policy : block
0 commit comments