File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
tests/end_to_end/repo/.github/workflows Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 contents : write
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
2222 - name : Install uv
23- uses : astral-sh/setup-uv@v6
23+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
2424 with :
2525 python-version : " 3.12"
2626
2727 - name : Poetry caches
28- uses : actions/cache@v4
28+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2929 with :
3030 path : |
3131 ~/.cache/
5050 ANNOTATE_MISSING_LINES : true
5151
5252 - name : Store Pull Request comment to be posted
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5454 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
5555 with :
5656 name : python-coverage-comment-action
Original file line number Diff line number Diff line change 2020 env :
2121 PR_NUMBER : ${{ github.event.pull_request.number }}
2222 - name : Save artifact
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2424 with :
2525 name : pr_number
2626 path : pr_number.txt
Original file line number Diff line number Diff line change @@ -82,19 +82,19 @@ jobs:
8282 JOB_ID : ${{ steps.extract_job_id.outputs.JOB_ID }}
8383
8484 - name : Checkout
85- uses : actions/checkout@v5
85+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686 with :
8787 # Important: use the commit that was reviewed. GitHub is making sure
8888 # that this is race-condition-proof
8989 ref : ${{ steps.extract_commit.outputs.COMMIT_ID }}
9090
9191 - name : Install uv
92- uses : astral-sh/setup-uv@v6
92+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
9393 with :
9494 python-version : " 3.12"
9595
9696 - name : Poetry caches
97- uses : actions/cache@v4
97+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9898 with :
9999 path : |
100100 ~/.cache/
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 with :
1919 fetch-depth : 0
2020 fetch-tags : true
Original file line number Diff line number Diff line change 8686
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v5
89+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090 with :
9191 fetch-depth : 0
9292 fetch-tags : true
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 contents : write
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
2222 - uses : actions/setup-python@v6
2323 with :
4040 SUBPROJECT_ID : __ACTION_SUBPROJECT_ID__
4141
4242 - name : Store Pull Request comment to be posted
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4444 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545 with :
4646 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments