From e4e15204883bc6d196ab667f417191d05de2da76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:11:49 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-backend-cql.yml | 2 +- .github/workflows/ci-backend-hbase.yml | 2 +- .github/workflows/ci-backend-scylla.yml | 2 +- .github/workflows/ci-core.yml | 2 +- .github/workflows/ci-index-es.yml | 2 +- .github/workflows/ci-index-solr.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-backend-cql.yml b/.github/workflows/ci-backend-cql.yml index 8a3dd9ec42..fac9e8f521 100644 --- a/.github/workflows/ci-backend-cql.yml +++ b/.github/workflows/ci-backend-cql.yml @@ -247,7 +247,7 @@ jobs: with: name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }} path: target/jacoco-combined.exec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-backend-hbase.yml b/.github/workflows/ci-backend-hbase.yml index 95bd002ebc..9d015bd8e1 100644 --- a/.github/workflows/ci-backend-hbase.yml +++ b/.github/workflows/ci-backend-hbase.yml @@ -112,7 +112,7 @@ jobs: with: name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }} path: target/jacoco-combined.exec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-backend-scylla.yml b/.github/workflows/ci-backend-scylla.yml index 6732d4904b..537a25c3a8 100644 --- a/.github/workflows/ci-backend-scylla.yml +++ b/.github/workflows/ci-backend-scylla.yml @@ -143,7 +143,7 @@ jobs: with: name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }} path: target/jacoco-combined.exec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 219ea8f9c2..349eb494b7 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -139,7 +139,7 @@ jobs: with: name: jacoco-reports-${{ matrix.module }}-java-${{ matrix.java }} path: target/jacoco-combined.exec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-index-es.yml b/.github/workflows/ci-index-es.yml index c4385ce54e..cfe271b010 100644 --- a/.github/workflows/ci-index-es.yml +++ b/.github/workflows/ci-index-es.yml @@ -122,7 +122,7 @@ jobs: with: name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }} path: target/jacoco-combined.exec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-index-solr.yml b/.github/workflows/ci-index-solr.yml index 177726e839..7627713145 100644 --- a/.github/workflows/ci-index-solr.yml +++ b/.github/workflows/ci-index-solr.yml @@ -95,7 +95,7 @@ jobs: with: name: jacoco-reports-${{ matrix.module }}-${{ matrix.name }} path: target/jacoco-combined.exec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: