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 27
27
# DO NOT run actions/checkout here, for security reasons
28
28
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
29
29
- name : Post comment
30
- uses : py-cov-action/python-coverage-comment-action@v3.35
30
+ uses : py-cov-action/python-coverage-comment-action@v3.37
31
31
with :
32
32
GITHUB_TOKEN : ${{ github.token }}
33
33
GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : Coverage comment
119
119
id : coverage_comment
120
- uses : py-cov-action/python-coverage-comment-action@v3.35
120
+ uses : py-cov-action/python-coverage-comment-action@v3.37
121
121
with :
122
122
GITHUB_TOKEN : ${{ github.token }}
123
123
MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments