Skip to content

Commit 51d2418

Browse files
Update codecov/codecov-action action to v5.4.2 (#3299)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.4.0 | v5.4.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e97864 commit 51d2418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: make unit-test
9595

9696
- name: Upload coverage reports to Codecov
97-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
97+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100

@@ -122,7 +122,7 @@ jobs:
122122
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
123123

124124
- name: Upload coverage reports to Codecov
125-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
125+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128

0 commit comments

Comments
 (0)