Skip to content

Commit f168909

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8113b52 commit f168909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ jobs:
156156
uv run pytest -v --junitxml=junit.xml -o junit_family=legacy
157157
158158
- name: Upload coverage reports to Codecov
159-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
159+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
160160
with:
161161
use_oidc: true
162162

163163
- name: Upload test results to Codecov
164164
if: ${{ !cancelled() }}
165-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
165+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
166166
with:
167167
report_type: test_results
168168
use_oidc: true

0 commit comments

Comments
 (0)