Skip to content

Commit

Permalink
github-actions: bump codecov/codecov-action from 2.1.0 to 3
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@f32b3a3...e3c5604)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2022
1 parent af90478 commit 9535223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ jobs:
cd ../libhtp/htp
gcov-9 -p *.[ch]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
with:
fail_ci_if_error: false
flags: suricata-verify
Expand Down Expand Up @@ -784,7 +784,7 @@ jobs:
cd ../libhtp/htp
gcov-9 -p *.[ch]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
with:
fail_ci_if_error: false
flags: unittests
Expand Down Expand Up @@ -863,7 +863,7 @@ jobs:
cd src
llvm-cov-10 gcov -p *.c
- name: Upload coverage to Codecov
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71
with:
fail_ci_if_error: false
flags: fuzzcorpus
Expand Down

0 comments on commit 9535223

Please sign in to comment.