File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 # DO NOT run actions/checkout here, for security reasons
2828 # For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2929 - 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
3131 with :
3232 GITHUB_TOKEN : ${{ github.token }}
3333 GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Coverage comment
119119 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
121121 with :
122122 GITHUB_TOKEN : ${{ github.token }}
123123 MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments