From 0a980062966cc40b9cdf13a51944ffeaebaa283d Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Mon, 24 Aug 2026 17:37:14 +0200 Subject: [PATCH] ci: Use tagged versions for getsentry/codecov-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 5db982cb22..7684c277fa 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@d90e69cdf071dfbb0430159125321dc09c424d4c # main + uses: getsentry/codecov-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 4095964084..a79852c976 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@d90e69cdf071dfbb0430159125321dc09c424d4c # main + uses: getsentry/codecov-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8 with: token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} files: coverage.xml