We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a23b1 commit 608a276Copy full SHA for 608a276
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Coverage comment
46
id: coverage_comment
47
- uses: py-cov-action/python-coverage-comment-action@main
+ uses: py-cov-action/python-coverage-comment-action@6a358b14250432019657300436a100839bc44861 # current main
48
with:
49
GITHUB_TOKEN: ${{ github.token }}
50
ANNOTATE_MISSING_LINES: true
.github/workflows/coverage-comment.yml
@@ -17,7 +17,7 @@ jobs:
17
contents: write
18
steps:
19
- name: Post comment
20
21
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
0 commit comments