Skip to content

Commit f40100c

Browse files
Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#1997)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.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@6d79887...125fc84) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ecc148 commit f40100c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: make unit-test
7474

7575
- name: Upload coverage reports to Codecov
76-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
76+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979

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

103103
- name: Upload coverage reports to Codecov
104-
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
104+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107

0 commit comments

Comments
 (0)