File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ jobs:
337
337
test/test_cvedb.py
338
338
- name : Upload code coverage to codecov
339
339
if : env.sbom != 'true'
340
- uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
340
+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
341
341
with :
342
342
files : ./coverage.xml
343
343
flags : longtests
@@ -581,7 +581,7 @@ jobs:
581
581
- name : Test PDF generation on Windows
582
582
run : pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml
583
583
- name : Upload code coverage to codecov
584
- uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
584
+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
585
585
with :
586
586
files : ./coverage.xml
587
587
flags : win-longtests
You can’t perform that action at this time.
0 commit comments