Skip to content

Commit 6992b98

Browse files
Chore(deps): Bump codecov/codecov-action from 5.0.7 to 5.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.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@v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f30aab5 commit 6992b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
run: mvn -B -Dlogback-access-spring-boot-starter.version=${{ env.PROJECT_VERSION }} clean install
4444
working-directory: examples/webflux-undertow-java
4545
- name: Upload the coverage report to Codecov
46-
uses: codecov/codecov-action@v5.0.7
46+
uses: codecov/codecov-action@v5.1.1
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)