diff --git a/.github/workflows/coverage_external_pr.yml b/.github/workflows/coverage_external_pr.yml index 2dc805ad..ca4da529 100644 --- a/.github/workflows/coverage_external_pr.yml +++ b/.github/workflows/coverage_external_pr.yml @@ -18,7 +18,7 @@ jobs: # DO NOT run actions/checkout here, for security reasons # For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - name: Post comment - uses: py-cov-action/python-coverage-comment-action@44f4df022ec3c3cbb61e56e0b550a490bde8aa73 + uses: py-cov-action/python-coverage-comment-action@014130faa9f5ff9f5f49e42f312ce2e7dd7b2c8b with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index c6598bb5..c6588174 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -124,7 +124,7 @@ jobs: - name: Coverage comment id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@44f4df022ec3c3cbb61e56e0b550a490bde8aa73 + uses: py-cov-action/python-coverage-comment-action@014130faa9f5ff9f5f49e42f312ce2e7dd7b2c8b with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_COVERAGE_FILES: true