From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:18:37 +0000 (+0000) Subject: github-actions: bump codecov/codecov-action from 5.5.0 to 5.5.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf4a86185db776979f2cfb258c90db4ec56a2724;p=thirdparty%2Fsuricata.git github-actions: bump codecov/codecov-action from 5.5.0 to 5.5.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/fdcc8476540edceab3de004e990f80d881c6cc00...5a1091511ad55cbe89839c7260b706298ca349f7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7cb2d426da..825eaf49d5 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -848,7 +848,7 @@ jobs: - run: llvm-profdata merge -o default.profdata $(find suricata-verify/tests/ -name '*.profraw') - run: llvm-cov show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: fail_ci_if_error: false flags: suricata-verify @@ -1547,7 +1547,7 @@ jobs: - run: llvm-profdata-19 merge -o ct.profdata /tmp/ct.profraw - run: llvm-cov-19 show $(find rust/target/debug/deps/ -type f -regex 'rust/target/debug/deps/suricata\-[a-z0-9]+$') -instr-profile=ct.profdata --show-instantiations --ignore-filename-regex="^/root/.*" >> coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: fail_ci_if_error: false flags: unittests @@ -1654,7 +1654,7 @@ jobs: - run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: fail_ci_if_error: false flags: pcap @@ -1792,7 +1792,7 @@ jobs: - run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: fail_ci_if_error: false flags: livemode @@ -2088,7 +2088,7 @@ jobs: - run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: fail_ci_if_error: false flags: fuzzcorpus