Skip to content

Commit a3f3530

Browse files
authored
chore: Pin action tag
1 parent 0ce9d4a commit a3f3530

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,7 @@ 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+
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
414411
with:
415412
disable_search: true
416413
fail_ci_if_error: >-

0 commit comments

Comments
 (0)