Skip to content

Commit 2fa32f5

Browse files
Update codecov/codecov-action action to v5.5.1 (#3860)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.0 | v5.5.1 | 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 c14ce94 commit 2fa32f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: make unit-test
124124

125125
- name: Upload coverage reports to Codecov
126-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
126+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}
129129

@@ -151,7 +151,7 @@ jobs:
151151
run: npm --prefix ${{ github.workspace }}/internal/controller/nginx/modules install-ci-test
152152

153153
- name: Upload coverage reports to Codecov
154-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
154+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
155155
with:
156156
token: ${{ secrets.CODECOV_TOKEN }}
157157

0 commit comments

Comments
 (0)