We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8113b52 commit f168909Copy full SHA for f168909
.github/workflows/ci-cd.yml
@@ -156,13 +156,13 @@ jobs:
156
uv run pytest -v --junitxml=junit.xml -o junit_family=legacy
157
158
- name: Upload coverage reports to Codecov
159
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
160
with:
161
use_oidc: true
162
163
- name: Upload test results to Codecov
164
if: ${{ !cancelled() }}
165
166
167
report_type: test_results
168
0 commit comments