File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2727 container-filename : ${{ steps.vars.outputs.container-filename }}
2828 steps :
2929 - name : Checkout LLVM
30- uses : actions/checkout@v4
30+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131 with :
3232 sparse-checkout : .github/workflows/containers/github-action-ci-windows
3333 - name : Write Variables
4646 run : |
4747 docker save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
4848 - name : Upload container image
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5050 with :
5151 name : container
5252 path : ${{ steps.vars.outputs.container-filename }}
6363 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6464 steps :
6565 - name : Download container
66- uses : actions/download-artifact@v4
66+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6767 with :
6868 name : container
6969 - name : Push Container
Original file line number Diff line number Diff line change 3232 runs-on : depot-ubuntu-22.04-arm-16
3333 steps :
3434 - name : Checkout LLVM
35- uses : actions/checkout@v4
35+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636 with :
3737 sparse-checkout : .github/workflows/containers/github-action-ci/
3838 # podman is not installed by default on the ARM64 images.
6666 podman save ${{ steps.vars.outputs.container-name-agent-tag }} > ${{ steps.vars.outputs.container-agent-filename }}
6767
6868 - name : Upload container image
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7070 with :
7171 name : container-${{ matrix.arch }}
7272 path : " *.tar"
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9191 steps :
9292 - name : Download container
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
9494
9595 - name : Push Container
9696 run : |
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 runs-on : llvm-premerge-linux-runners
3434 steps :
3535 - name : Checkout LLVM
36- uses : actions/checkout@v4
36+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737 with :
3838 fetch-depth : 2
3939 - name : Setup ccache
40- uses :
hendrikmuhs/[email protected] .14 40+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
4141 with :
4242 max-size : " 2000M"
4343 - name : Build and Test
@@ -94,11 +94,11 @@ jobs:
9494 shell : bash
9595 steps :
9696 - name : Checkout LLVM
97- uses : actions/checkout@v4
97+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898 with :
9999 fetch-depth : 2
100100 - name : Setup ccache
101- uses :
hendrikmuhs/[email protected] .14 101+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
102102 with :
103103 variant : " sccache"
104104 max-size : " 2000M"
@@ -153,11 +153,11 @@ jobs:
153153 (github.event_name != 'pull_request' || github.event.action != 'closed')
154154 steps :
155155 - name : Checkout LLVM
156- uses : actions/checkout@v4
156+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157157 with :
158158 fetch-depth : 2
159159 - name : Setup ccache
160- uses :
hendrikmuhs/[email protected] .14 160+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
161161 with :
162162 max-size : " 2000M"
163163 - name : Install Ninja
You can’t perform that action at this time.
0 commit comments