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 1818 # DO NOT run actions/checkout here, for security reasons
1919 # For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2020 - name : Post comment
21- uses : py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc
21+ uses : py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683
2222 with :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 GITHUB_PR_RUN_ID : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Coverage comment
134134 id : coverage_comment
135- uses : py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc
135+ uses : py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683
136136 with :
137137 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
138138 MERGE_COVERAGE_FILES : true
You can’t perform that action at this time.
0 commit comments