From dc8b0ba2f66cdc493829192aeb99b0f4d2ad3f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:14:07 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linux-oracle.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/upgrade-oracle.yml | 2 +- .github/workflows/upgrade-pgsql.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-oracle.yml b/.github/workflows/linux-oracle.yml index 67ad97a71b..3a6bf27bc9 100644 --- a/.github/workflows/linux-oracle.yml +++ b/.github/workflows/linux-oracle.yml @@ -97,7 +97,7 @@ jobs: run: mvn -e verify -B -Poracle -Dtest.onlyITs=true -pl 'nhr-loader' -DskipQA=true - name: 'Upload coverage to Codecov' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4d5133b636..cb6284fe13 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -117,7 +117,7 @@ jobs: run: mvn -e verify -B -Ppostgresql -Dtest.onlyITs=true -pl 'nhr-loader' -DskipQA=true - name: 'Upload coverage to Codecov' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/upgrade-oracle.yml b/.github/workflows/upgrade-oracle.yml index 2b8a34dbe1..d3d3cf463c 100644 --- a/.github/workflows/upgrade-oracle.yml +++ b/.github/workflows/upgrade-oracle.yml @@ -71,7 +71,7 @@ jobs: mvn -e -B -Poracle -pl 'datamodel' resources:testResources compiler:testCompile surefire:test -Dtest='*UpgradeTest' -Ddatabase.upgrade=true -DskipQA=true - name: 'Upload coverage to Codecov' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/upgrade-pgsql.yml b/.github/workflows/upgrade-pgsql.yml index 3ace773bec..81900ffb23 100644 --- a/.github/workflows/upgrade-pgsql.yml +++ b/.github/workflows/upgrade-pgsql.yml @@ -89,7 +89,7 @@ jobs: mvn -e -B -Ppostgresql -pl 'datamodel' resources:testResources compiler:testCompile surefire:test -Dtest='*UpgradeTest' -Ddatabase.upgrade=true -DskipQA=true - name: 'Upload coverage to Codecov' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}