From 21de3afca89cfb7ca8ceeeecd0e0c357d6a4d367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:57:05 +0000 Subject: [PATCH] Bump codecov/codecov-action Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from a7b945cea47ad44d8340fae2b004cb982191264f to 4621ecce093438b398d3d338ab5fe3b038f8e593. - [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/a7b945cea47ad44d8340fae2b004cb982191264f...4621ecce093438b398d3d338ab5fe3b038f8e593) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 31d74b9..22f24bf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,6 +25,6 @@ jobs: - name: Build run: mvn -Pjacoco clean verify --batch-mode --show-version - name: Upload coverage to Codecov - uses: codecov/codecov-action@a7b945cea47ad44d8340fae2b004cb982191264f # v4.0.0 + uses: codecov/codecov-action@4621ecce093438b398d3d338ab5fe3b038f8e593 # v4.0.0 with: file: ./target/site/jacoco/jacoco.xml