From f3323b785a4b266e28732d5fadf253d66fc783b1 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Fri, 4 Sep 2026 03:04:32 +0530 Subject: [PATCH 1/2] ci: Reference renamed coverage action --- .github/workflows/test.yml | 2 +- scripts/split_tox_gh_actions/templates/test_orchestrator.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fd44e5396..08a93f6645 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -115,7 +115,7 @@ jobs: uv run coverage combine .coverage-sentry-* uv run coverage xml - name: Report coverage and test results - uses: getsentry/codecov-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 + uses: getsentry/coverage-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja b/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja index 298a57101b..23f3eb6435 100644 --- a/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja +++ b/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja @@ -69,7 +69,7 @@ jobs: uv run coverage combine .coverage-sentry-* uv run coverage xml - name: Report coverage and test results - uses: getsentry/codecov-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 + uses: getsentry/coverage-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 with: token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} files: coverage.xml From 2bfe4f2660770c923be314068b85931846d2dd34 Mon Sep 17 00:00:00 2001 From: mathuraditya724 Date: Fri, 4 Sep 2026 03:08:37 +0530 Subject: [PATCH 2/2] ci: Pin coverage action v0.4.0 --- .github/workflows/test.yml | 2 +- scripts/split_tox_gh_actions/templates/test_orchestrator.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08a93f6645..5bd58610b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -115,7 +115,7 @@ jobs: uv run coverage combine .coverage-sentry-* uv run coverage xml - name: Report coverage and test results - uses: getsentry/coverage-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 + uses: getsentry/coverage-action@5f3f449cf9e909fd63513a48f27c57f090a5f321 # v0.4.0 with: token: ${{ secrets.GITHUB_TOKEN }} files: coverage.xml diff --git a/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja b/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja index 23f3eb6435..c8944d3c65 100644 --- a/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja +++ b/scripts/split_tox_gh_actions/templates/test_orchestrator.jinja @@ -69,7 +69,7 @@ jobs: uv run coverage combine .coverage-sentry-* uv run coverage xml - name: Report coverage and test results - uses: getsentry/coverage-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 + uses: getsentry/coverage-action@5f3f449cf9e909fd63513a48f27c57f090a5f321 # v0.4.0 with: token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} files: coverage.xml