File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339
339
test/test_cvedb.py
340
340
- name : Upload code coverage to codecov
341
341
if : env.sbom != 'true'
342
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
342
+ uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
343
343
with :
344
344
files : ./coverage.xml
345
345
flags : longtests
@@ -583,7 +583,7 @@ jobs:
583
583
- name : Test PDF generation on Windows
584
584
run : pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml --durations=50
585
585
- name : Upload code coverage to codecov
586
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
586
+ uses : codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
587
587
with :
588
588
files : ./coverage.xml
589
589
flags : win-longtests
You can’t perform that action at this time.
0 commit comments