Skip to content

Commit 64a847a

Browse files
chore(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#5092)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 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 9bc6680 commit 64a847a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
--ignore=test/test_language_parser.py
286286
- name: Upload code coverage to codecov
287287
if: env.sbom != 'true'
288-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
288+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
289289
with:
290290
token: ${{ secrets.CODECOV_TOKEN }}
291291
files: coverage.xml
@@ -388,7 +388,7 @@ jobs:
388388
test/test_language_scanner.py
389389
- name: Upload code coverage to codecov
390390
if: env.sbom != 'true'
391-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
391+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
392392
with:
393393
token: ${{ secrets.CODECOV_TOKEN }}
394394
files: coverage.xml
@@ -491,7 +491,7 @@ jobs:
491491
test/test_scanner.py
492492
- name: Upload code coverage to codecov
493493
if: env.sbom != 'true'
494-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
494+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
495495
with:
496496
token: ${{ secrets.CODECOV_TOKEN }}
497497
files: coverage.xml
@@ -595,7 +595,7 @@ jobs:
595595
test/test_cvedb.py
596596
- name: Upload code coverage to codecov
597597
if: env.sbom != 'true'
598-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
598+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
599599
with:
600600
token: ${{ secrets.CODECOV_TOKEN }}
601601
files: coverage.xml
@@ -873,7 +873,7 @@ jobs:
873873
-o junit_family=legacy
874874
--durations=50
875875
- name: Upload code coverage to codecov
876-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
876+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
877877
with:
878878
files: coverage.xml
879879
flags: windows_long_tests

0 commit comments

Comments
 (0)