From 8aecb1ecf4ce5d1cf67eea83170f1234506f6ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:52:27 +0000 Subject: [PATCH] chore(deps): Bump codecov/codecov-action from 6.0.1 to 7.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.1 to 7.0.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/e79a6962e0d4c0c17b229090214935d2e33f8354...fb8b3582c8e4def4969c97caa2f19720cb33a72f) --- 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/test-nextjs.yml | 2 +- .github/workflows/test-wordpress.yml | 2 +- .github/workflows/test-worker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-nextjs.yml b/.github/workflows/test-nextjs.yml index 6bf1f7e..bb9449d 100644 --- a/.github/workflows/test-nextjs.yml +++ b/.github/workflows/test-nextjs.yml @@ -56,7 +56,7 @@ jobs: - name: Upload coverage to Codecov # Tokenless upload works for public repos via OIDC; CODECOV_TOKEN # is used when present (private-repo path / rate-limit relief). - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info diff --git a/.github/workflows/test-wordpress.yml b/.github/workflows/test-wordpress.yml index 9580bb2..f274737 100644 --- a/.github/workflows/test-wordpress.yml +++ b/.github/workflows/test-wordpress.yml @@ -90,7 +90,7 @@ jobs: esac - name: Upload coverage to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: wordpress/${{ matrix.tree }}/coverage.xml diff --git a/.github/workflows/test-worker.yml b/.github/workflows/test-worker.yml index 6c9ca7a..2dd47ca 100644 --- a/.github/workflows/test-worker.yml +++ b/.github/workflows/test-worker.yml @@ -88,7 +88,7 @@ jobs: # the submodule get uploaded alongside the merged cobertura.xml # and pollute the worker flag's numbers. if: always() - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/merged/kcov-merged/cobertura.xml