Skip to content

Commit cf4a861

Browse files
dependabot[bot]victorjulien
authored andcommitted
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](codecov/codecov-action@fdcc847...5a10915) --- 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] <support@github.com>
1 parent 5aa30fc commit cf4a861

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/builds.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ jobs:
848848
- run: llvm-profdata merge -o default.profdata $(find suricata-verify/tests/ -name '*.profraw')
849849
- run: llvm-cov show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt
850850
- name: Upload coverage to Codecov
851-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
851+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
852852
with:
853853
fail_ci_if_error: false
854854
flags: suricata-verify
@@ -1547,7 +1547,7 @@ jobs:
15471547
- run: llvm-profdata-19 merge -o ct.profdata /tmp/ct.profraw
15481548
- 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
15491549
- name: Upload coverage to Codecov
1550-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
1550+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
15511551
with:
15521552
fail_ci_if_error: false
15531553
flags: unittests
@@ -1654,7 +1654,7 @@ jobs:
16541654
- run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw')
16551655
- run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt
16561656
- name: Upload coverage to Codecov
1657-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
1657+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
16581658
with:
16591659
fail_ci_if_error: false
16601660
flags: pcap
@@ -1792,7 +1792,7 @@ jobs:
17921792
- run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw')
17931793
- run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt
17941794
- name: Upload coverage to Codecov
1795-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
1795+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
17961796
with:
17971797
fail_ci_if_error: false
17981798
flags: livemode
@@ -2088,7 +2088,7 @@ jobs:
20882088
- run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw')
20892089
- run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt
20902090
- name: Upload coverage to Codecov
2091-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
2091+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
20922092
with:
20932093
fail_ci_if_error: false
20942094
flags: fuzzcorpus

0 commit comments

Comments
 (0)