Skip to content

Commit 2c73874

Browse files
committed
Update to latest commit
1 parent 608a276 commit 2c73874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

4545
- name: Coverage comment
4646
id: coverage_comment
47-
uses: py-cov-action/python-coverage-comment-action@6a358b14250432019657300436a100839bc44861 # current main
47+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # current main
4848
with:
4949
GITHUB_TOKEN: ${{ github.token }}
5050
ANNOTATE_MISSING_LINES: true

.github/workflows/coverage-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Post comment
20-
uses: py-cov-action/python-coverage-comment-action@6a358b14250432019657300436a100839bc44861 # current main
20+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # current main
2121
with:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)