From 2539053b22955d76c240fbc5ff17d629480fd7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:33:06 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3.1.6 to 7.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 7.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e-coverage.yml | 2 +- .github/workflows/rust.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5bc1f0..62a7ac4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: - name: Upload coverage to Codecov (Linux only) if: runner.os == 'Linux' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/cobertura.xml diff --git a/.github/workflows/e2e-coverage.yml b/.github/workflows/e2e-coverage.yml index b5f755d9..ce92a7a4 100644 --- a/.github/workflows/e2e-coverage.yml +++ b/.github/workflows/e2e-coverage.yml @@ -47,7 +47,7 @@ jobs: run: cargo tarpaulin --package sanctifier-cli --package sanctifier-core --package amm-pool --out Xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: file: cobertura.xml fail_ci_if_error: false diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f55108c3..c0d3c6eb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -120,14 +120,14 @@ jobs: --ignore-filename-regex '(_tests\.rs|/tests/|/benches/)' - name: Upload coverage to Codecov (sanctifier-core) - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7.0.0 with: files: lcov-core.info flags: sanctifier-core fail_ci_if_error: false - name: Upload coverage to Codecov (sanctifier-cli) - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7.0.0 with: files: lcov-cli.info flags: sanctifier-cli