Skip to content

Commit 7ea7dad

Browse files
chore(gh-actions-deps): update codecov/codecov-action action to v5.5.2 in all dependant reusable workflows (#779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1525794 commit 7ea7dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_reusable-test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
.results_*/**
127127
.coverage*
128128
- name: Upload coverage to Codecov
129-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
129+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
130130
if: ${{ always() && inputs.upload-to-codecov && github.repository == env.REPO_NAME && contains(fromJSON('["success", "failure"]'), steps.run-tox.outcome) }}
131131
with:
132132
token: ${{ secrets.codecov-token }}

0 commit comments

Comments
 (0)