File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
shasum_cmd : sha256sum
48
48
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
51
52
52
- name : Install cross compiler
53
53
if : ${{ matrix.name == 'aarch64-unknown-linux-gnu' }}
74
74
75
75
- name : Upload assets to artifacts
76
76
if : ${{ inputs.should_upload_artifacts }}
77
- uses : actions/upload-artifact@v4
77
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
78
78
with :
79
79
name : ${{ matrix.asset_name }}.gz
80
80
path : ${{ matrix.asset_name }}.gz
85
85
86
86
- name : Upload asset hash to artifacts
87
87
if : ${{ inputs.should_upload_artifacts }}
88
- uses : actions/upload-artifact@v4
88
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89
89
with :
90
90
name : ${{ matrix.asset_name }}.gz.sha256
91
91
path : ${{ matrix.asset_name }}.gz.sha256
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Download all artifacts
27
- uses : actions/download-artifact@v4
27
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
28
28
with :
29
29
path : artifacts
30
30
Original file line number Diff line number Diff line change 11
11
name : Check
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
16
16
with :
17
17
toolchain : stable
21
21
name : Test
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
26
26
with :
27
27
toolchain : stable
31
31
name : Format
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
36
36
with :
37
37
toolchain : stable
42
42
name : Clippy
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
47
47
with :
48
48
toolchain : stable
You can’t perform that action at this time.
0 commit comments