Skip to content

Commit c04a3b7

Browse files
Bump py-cov-action/python-coverage-comment-action from 3.34 to 3.38 (#2271)
Bumps py-cov-action/python-coverage-comment-action from 3.34 to 3.38.
1 parent 933c5e2 commit c04a3b7

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
@@ -158,7 +158,7 @@ jobs:
158158

159159
# seems we need to call this from the main CI workflow first
160160
- name: "Coverage comment 💬"
161-
uses: py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
161+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # 3.38.0
162162
id: coverage_comment
163163
with:
164164
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ls -R
4040

4141
- name: "Post coverage comment 💬"
42-
uses: py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
42+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # 3.38.0
4343
with:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
GITHUB_PR_RUN_ID: ${{ inputs.workflow_run_id }}

0 commit comments

Comments
 (0)