Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 542b7cb

Browse files
authored
Merge pull request #790 from kubewarden/renovate/all-updates
build(deps): update codecov/codecov-action action to v5.5.2
2 parents 6df265b + 1c26819 commit 542b7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Generate unit-tests coverage
7272
run: make coverage-unit-tests
7373
- name: Upload unit-tests coverage to Codecov
74-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
74+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
7575
env:
7676
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
7777
with:
@@ -86,7 +86,7 @@ jobs:
8686
- name: Generate integration-tests coverage
8787
run: make coverage-integration-tests
8888
- name: Upload unit-tests coverage to Codecov
89-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
89+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
9090
env:
9191
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
9292
with:

0 commit comments

Comments
 (0)