We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ff497 commit bda84a5Copy full SHA for bda84a5
.github/workflows/reusable-tox.yml
@@ -383,7 +383,7 @@ jobs:
383
!cancelled()
384
&& steps.tox-run.outputs.cov-report-files != ''
385
# yamllint disable-line rule:line-length
386
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
387
with:
388
disable_search: true
389
fail_ci_if_error: >-
0 commit comments