Skip to content

Commit 652f862

Browse files
chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4147)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@6d79887...125fc84) --- 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 cc95cf4 commit 652f862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
test/test_cvedb.py
338338
- name: Upload code coverage to codecov
339339
if: env.sbom != 'true'
340-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
340+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
341341
with:
342342
files: ./coverage.xml
343343
flags: longtests
@@ -581,7 +581,7 @@ jobs:
581581
- name: Test PDF generation on Windows
582582
run: pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml
583583
- name: Upload code coverage to codecov
584-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
584+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
585585
with:
586586
files: ./coverage.xml
587587
flags: win-longtests

0 commit comments

Comments
 (0)