From 3d39579fc1d64b8fd63669e9871e27b3bb0c12e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:08:41 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...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/integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index 1f7181a..0dd91ae 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -93,7 +93,7 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage == true }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./clover.xml fail_ci_if_error: true From 5d2aea2cadbed3beb8362e3cc6253987f359eee6 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Fri, 15 Nov 2024 15:21:19 +0000 Subject: [PATCH 2/2] CI: Add codecov token secret reference --- .github/workflows/integrations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index 0dd91ae..3fbacc8 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -97,4 +97,5 @@ jobs: with: files: ./clover.xml fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} verbose: true