Skip to content

Commit 90ccc37

Browse files
ci: Use tagged versions for getsentry/codecov-action (getsentry#7241)
The renovate regex manager is configured to use GitHub tags. The `getsentry/codecov-action` action was previously not updated in `test_orchestrator.jinja`.
1 parent 4899d4f commit 90ccc37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uv run coverage combine .coverage-sentry-*
116116
uv run coverage xml
117117
- name: Report coverage and test results
118-
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
118+
uses: getsentry/codecov-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8
119119
with:
120120
token: ${{ secrets.GITHUB_TOKEN }}
121121
files: coverage.xml

‎scripts/split_tox_gh_actions/templates/test_orchestrator.jinja‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uv run coverage combine .coverage-sentry-*
7070
uv run coverage xml
7171
- name: Report coverage and test results
72-
uses: getsentry/codecov-action@d90e69cdf071dfbb0430159125321dc09c424d4c # main
72+
uses: getsentry/codecov-action@eb2b4a6c4be3ecb42867043570579fa3b6879f6e # v0.3.8
7373
with:
7474
token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
7575
files: coverage.xml

0 commit comments

Comments
 (0)