This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 3338c8da Bump codecov/codecov-action from 3.1.4 to 5.4.0 3338c8da is described below commit 3338c8dacac3be1f0bf66ae2c81b7bd6713c51f6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Feb 28 16:23:48 2025 +0000 Bump codecov/codecov-action from 3.1.4 to 5.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 5.4.0. - [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/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...0565863a31f2c772f9f0395002a31e3f06189574) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 69e70ceb..109f81bf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,6 +42,6 @@ jobs: run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report - name: Upload coverage to Codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 with: files: ./commons-geometry-core/target/site/jacoco/jacoco.xml,./commons-geometry-enclosing/target/site/jacoco/jacoco.xml,./commons-geometry-euclidean/target/site/jacoco/jacoco.xml,./commons-geometry-hull/target/site/jacoco/jacoco.xml,./commons-geometry-io-core/target/site/jacoco/jacoco.xml,./commons-geometry-io-euclidean/target/site/jacoco/jacoco.xml,./commons-geometry-spherical/target/site/jacoco/jacoco.xml