From 10d9c0d1f30f066cc5d741a7bc785531d57d2046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:33:44 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.4.1 to 4.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.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/v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-main-branches.yml | 2 +- .github/workflows/build-pull.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-main-branches.yml b/.github/workflows/build-main-branches.yml index 2706f6376..6f3fdcb72 100644 --- a/.github/workflows/build-main-branches.yml +++ b/.github/workflows/build-main-branches.yml @@ -77,5 +77,5 @@ jobs: -Dsonar.login=$SONAR_LOGIN \ --fail-at-end - name: Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 if: false diff --git a/.github/workflows/build-pull.yml b/.github/workflows/build-pull.yml index dcfadb093..af5d587d2 100644 --- a/.github/workflows/build-pull.yml +++ b/.github/workflows/build-pull.yml @@ -50,5 +50,5 @@ jobs: mvn -s .build/ci-maven-settings.xml -Dmaven.resolver.transport=wagon \ -B clean install -Pcoverage -Dtest-containers=true ${{ matrix.java.build_opts }} - name: Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 if: false