File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
159
159
# seems we need to call this from the main CI workflow first
160
160
- 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
162
162
id : coverage_comment
163
163
with :
164
164
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 39
39
run : ls -R
40
40
41
41
- 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
43
43
with :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
GITHUB_PR_RUN_ID : ${{ inputs.workflow_run_id }}
You can’t perform that action at this time.
0 commit comments