Skip to content

Commit 24a8ae2

Browse files
committed
Pin coverage action to a sha
1 parent b847919 commit 24a8ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "[run]" >> .coveragerc
2929
echo "relative_files = true" >> .coveragerc
3030
- name: Python Coverage Comment
31-
uses: py-cov-action/python-coverage-comment-action@v3.28
31+
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
3232
with:
3333
GITHUB_TOKEN: ${{ github.token }}
3434
MERGE_COVERAGE_FILES: true

0 commit comments

Comments
 (0)