From fa9a4ff15f3925c572c21647a6fa5e80420d4528 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:35:27 +0000 Subject: [PATCH] chore(deps): update dependency getsentry/codecov-action to 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 1fd44e5396..646a4b0ef1 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/codecov-action@5f3f449cf9e909fd63513a48f27c57f090a5f321 # 0.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 298a57101b..bfa376c6ef 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/codecov-action@5f3f449cf9e909fd63513a48f27c57f090a5f321 # 0.4.0 with: token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} files: coverage.xml