Skip to content

Commit 53cadec

Browse files
authored
chore: Pin action tag (#800)
1 parent 0ce9d4a commit 53cadec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,8 @@ jobs:
407407
if: >-
408408
!cancelled()
409409
&& steps.tox-run.outputs.test-result-files != ''
410-
# FIXME: revert to v1 once Codecov releases v1.0.2 of their action.
411-
# Ref: https://github.com/codecov/test-results-action/issues/108.
412-
# uses: codecov/test-results-action@v1
413-
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9
410+
# yamllint disable-line rule:line-length
411+
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
414412
with:
415413
disable_search: true
416414
fail_ci_if_error: >-

0 commit comments

Comments
 (0)