Skip to content

Commit a65e0ee

Browse files
committed
CI: pin actions by SHA
This eliminates the possibility of a tag being changed under us.
1 parent be697c6 commit a65e0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
export MPL_IMGCOMP_TOLERANCE=20
2424
coverage run -m pytest --mpl --doctest-glob="probscale/*.py" --cov-report=xml
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v1
26+
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
2727
with:
2828
# directory: ./coverage/reports/
2929
flags: unittests

0 commit comments

Comments
 (0)