From 72546fca062650d235611f09fc63d8574b3f0b60 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 13 Jul 2026 16:10:17 -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 b00b72e7..975f362d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,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