From b1dca2de07448726ad7f7903358063a8ad5e2a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:28:49 +0000 Subject: [PATCH] Bump codecov/codecov-action Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from a7b945cea47ad44d8340fae2b004cb982191264f to a9883cc0b21bfacae39d8ccace5c36d00ed01ece. - [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...a9883cc0b21bfacae39d8ccace5c36d00ed01ece) --- 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 48bb702..6faf349 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@a9883cc0b21bfacae39d8ccace5c36d00ed01ece # v4.0.0 with: file: ./target/site/jacoco/jacoco.xml