Skip to content

Commit 1137fb1

Browse files
authored
Merge pull request #155 from CabbageDevelopment/dependabot/github_actions/py-cov-action/python-coverage-comment-action-3.37
Bump py-cov-action/python-coverage-comment-action from 3.35 to 3.37
2 parents cc3a0a7 + 6756830 commit 1137fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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@v3.35
30+
uses: py-cov-action/python-coverage-comment-action@v3.37
3131
with:
3232
GITHUB_TOKEN: ${{ github.token }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Coverage comment
119119
id: coverage_comment
120-
uses: py-cov-action/python-coverage-comment-action@v3.35
120+
uses: py-cov-action/python-coverage-comment-action@v3.37
121121
with:
122122
GITHUB_TOKEN: ${{ github.token }}
123123
MERGE_COVERAGE_FILES: true

0 commit comments

Comments
 (0)