Skip to content

Commit 272557b

Browse files
chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#3867)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e0b68c6...0cfda1d) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34784dc commit 272557b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
test/test_cvedb.py
269269
- name: Upload code coverage to codecov
270270
if: env.sbom != 'true'
271-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
271+
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
272272
with:
273273
files: ./coverage.xml
274274
flags: longtests
@@ -559,7 +559,7 @@ jobs:
559559
- name: Test PDF generation on Windows
560560
run: pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml
561561
- name: Upload code coverage to codecov
562-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
562+
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
563563
with:
564564
files: ./coverage.xml
565565
flags: win-longtests

0 commit comments

Comments
 (0)