Skip to content

Commit 6409332

Browse files
Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.33
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.30 to 3.33. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@d1ff8fb...0abd69a) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.33' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c73a7ac commit 6409332

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@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
21+
uses: py-cov-action/python-coverage-comment-action@0abd69a9baf90729d9b2d5b585fc790ec4e6f3dd
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@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
135+
uses: py-cov-action/python-coverage-comment-action@0abd69a9baf90729d9b2d5b585fc790ec4e6f3dd
136136
with:
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138138
MERGE_COVERAGE_FILES: true

0 commit comments

Comments
 (0)