| commit | f4daf46c8eda6d6de4f05ea4744cc5341670acbd | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri May 24 07:08:56 2024 +0000 |
| committer | GitHub <noreply@github.com> | Fri May 24 07:08:56 2024 +0000 |
| tree | e639fcde205abda9dc1ecab4bd1fdc04c3a771db | |
| parent | 84bf48711c690517c94df6f52d70412d4bb30156 [diff] |
Bump codecov/codecov-action from 4.3.1 to 4.4.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 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](https://github.com/codecov/codecov-action/compare/5ecb98a3c6b747ed38dc09f787459979aebb39be...125fc84a9a348dbcf27191600683ec096ec9021c) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3eb8835..8007efb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml
@@ -47,6 +47,6 @@ run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report - name: Upload coverage to Codecov - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1 with: files: ./target/site/jacoco/jacoco.xml