From b8ad7c8d0f50e491f0ca95d367e456e6b72eed37 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 7 Jun 2026 14:52:24 +0200 Subject: [PATCH] Upgrade `codecov/codecov-action` to version 7.0.0 Codecov had to migrate to a new Keybase account after losing access to their old Keybase account, and because of that the old account got bricked to prevent misuse [1] which resulted in GPG verification failures in our builds [2]. This new version of the action fixes the issue by using the new account. Fixes #21394. [1] https://github.com/codecov/codecov-action/issues/1956 [2] https://github.com/codecov/codecov-action/issues/1955 --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage_browser_tests.yml | 2 +- .github/workflows/font_tests.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08e721f64..40faf8c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: enableCrossOsArchive: true - name: Upload results to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/coverage_browser_tests.yml b/.github/workflows/coverage_browser_tests.yml index 7cdee9103..19dbf1ad4 100644 --- a/.github/workflows/coverage_browser_tests.yml +++ b/.github/workflows/coverage_browser_tests.yml @@ -87,7 +87,7 @@ jobs: enableCrossOsArchive: true - name: Upload results to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/font_tests.yml b/.github/workflows/font_tests.yml index b01cb5d4c..edb6570f7 100644 --- a/.github/workflows/font_tests.yml +++ b/.github/workflows/font_tests.yml @@ -71,7 +71,7 @@ jobs: run: npx gulp fonttest --headless --coverage --coverage-output build/coverage/font ${{ matrix.skip }} - name: Upload results to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 63b9978a6..487752b66 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -94,7 +94,7 @@ jobs: enableCrossOsArchive: true - name: Upload results to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 108fec876..f8a165863 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -81,7 +81,7 @@ jobs: enableCrossOsArchive: true - name: Upload results to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true