Skip to content

Commit 2fb51a1

Browse files
chore(deps): Update codecov/codecov-action action to v4.6.0 (#763)
1 parent 1e656c9 commit 2fb51a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ jobs:
367367
if: >-
368368
!cancelled()
369369
&& steps.tox-run.outputs.cov-report-files != ''
370-
uses: codecov/codecov-action@v4
370+
# yamllint disable-line rule:line-length
371+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
371372
with:
372373
disable_search: true
373374
fail_ci_if_error: >-

0 commit comments

Comments
 (0)