Skip to content

Commit 3a696f1

Browse files
authored
Merge pull request #428 from reagento/dependabot/github_actions/develop/py-cov-action/python-coverage-comment-action-3.40
Bump py-cov-action/python-coverage-comment-action from 3.39 to 3.40
2 parents 5b4e36f + 07edafe commit 3a696f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage_external_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 }}

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)