File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
# DO NOT run actions/checkout here, for security reasons
19
19
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
20
20
- name : Post comment
21
- uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
21
+ uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
22
22
with :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Coverage comment
134
134
id : coverage_comment
135
- uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
135
+ uses : py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
136
136
with :
137
137
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
138
138
MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments