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 @@ -268,7 +268,7 @@ jobs:
268
268
test/test_cvedb.py
269
269
- name : Upload code coverage to codecov
270
270
if : env.sbom != 'true'
271
- uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
271
+ uses : codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
272
272
with :
273
273
files : ./coverage.xml
274
274
flags : longtests
@@ -559,7 +559,7 @@ jobs:
559
559
- name : Test PDF generation on Windows
560
560
run : pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml
561
561
- name : Upload code coverage to codecov
562
- uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
562
+ uses : codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
563
563
with :
564
564
files : ./coverage.xml
565
565
flags : win-longtests
You can’t perform that action at this time.
0 commit comments