Skip to content

Commit 42d1f80

Browse files
chore(deps): update codecov/codecov-action action to v7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3e0d009 commit 42d1f80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run tests
1919
run: make test
2020
- name: Codecov
21-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
21+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
2222
with:
2323
token: ${{ secrets.CODECOV_TOKEN }}
2424
flags: unit-tests

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Run Go Tests
9696
run: make test
9797
- name: Upload coverage to Codecov
98-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
98+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
9999
with:
100100
flags: unit-tests
101101
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)