File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 27
27
container-filename : ${{ steps.vars.outputs.container-filename }}
28
28
steps :
29
29
- name : Checkout LLVM
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
with :
32
32
sparse-checkout : .github/workflows/containers/github-action-ci-windows
33
33
- name : Write Variables
46
46
run : |
47
47
docker save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
48
48
- name : Upload container image
49
- uses : actions/upload-artifact@v4
49
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
50
50
with :
51
51
name : container
52
52
path : ${{ steps.vars.outputs.container-filename }}
63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
steps :
65
65
- name : Download container
66
- uses : actions/download-artifact@v4
66
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67
67
with :
68
68
name : container
69
69
- name : Push Container
Original file line number Diff line number Diff line change 32
32
runs-on : depot-ubuntu-22.04-arm-16
33
33
steps :
34
34
- name : Checkout LLVM
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
with :
37
37
sparse-checkout : .github/workflows/containers/github-action-ci/
38
38
# podman is not installed by default on the ARM64 images.
66
66
podman save ${{ steps.vars.outputs.container-name-agent-tag }} > ${{ steps.vars.outputs.container-agent-filename }}
67
67
68
68
- name : Upload container image
69
- uses : actions/upload-artifact@v4
69
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
70
70
with :
71
71
name : container-${{ matrix.arch }}
72
72
path : " *.tar"
90
90
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
91
91
steps :
92
92
- name : Download container
93
- uses : actions/download-artifact@v4
93
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
94
94
95
95
- name : Push Container
96
96
run : |
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
runs-on : llvm-premerge-linux-runners
34
34
steps :
35
35
- name : Checkout LLVM
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
fetch-depth : 2
39
39
- name : Setup ccache
40
- uses :
hendrikmuhs/[email protected] .14
40
+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
41
41
with :
42
42
max-size : " 2000M"
43
43
- name : Build and Test
@@ -94,11 +94,11 @@ jobs:
94
94
shell : bash
95
95
steps :
96
96
- name : Checkout LLVM
97
- uses : actions/checkout@v4
97
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98
98
with :
99
99
fetch-depth : 2
100
100
- name : Setup ccache
101
- uses :
hendrikmuhs/[email protected] .14
101
+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
102
102
with :
103
103
variant : " sccache"
104
104
max-size : " 2000M"
@@ -153,11 +153,11 @@ jobs:
153
153
(github.event_name != 'pull_request' || github.event.action != 'closed')
154
154
steps :
155
155
- name : Checkout LLVM
156
- uses : actions/checkout@v4
156
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157
157
with :
158
158
fetch-depth : 2
159
159
- name : Setup ccache
160
- uses :
hendrikmuhs/[email protected] .14
160
+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
161
161
with :
162
162
max-size : " 2000M"
163
163
- name : Install Ninja
You can’t perform that action at this time.
0 commit comments