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@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
30+ uses : py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
3131 with :
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ jobs:
322322
323323 - name : Coverage comment
324324 id : coverage_comment
325- uses : py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
325+ uses : py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
326326 with :
327327 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
328328 MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments