From 71fcbc5a049ae739a70376fc87843945684e8d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:18:01 +0000 Subject: [PATCH] Bump codecov/codecov-action Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from a7b945cea47ad44d8340fae2b004cb982191264f to 0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1. - [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...0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1) --- 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..e82d447 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@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.0 with: file: ./target/site/jacoco/jacoco.xml