From 49a508fbce5da3cf136333a6c363a98ecb13c9f0 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 13 Jul 2026 16:08:04 -0400 Subject: [PATCH] chore: update codecov/codecov-action to v7.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pinned v5.5.4 uploader now fails during setup ("required dependencies are missing"), and because the Coverage step sets fail_ci_if_error: true this fails the whole CI job — blocking unrelated Dependabot action bumps from going green. Bump to v7.0.0 (pinned SHA) to match the version used across the org. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c54f024..33010144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: i18n_extract run: npm run i18n_extract - name: Coverage - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true