File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ runs:
13
13
echo "OS_ARCH=`uname -m`" >> $GITHUB_ENV
14
14
sudo apt -y install build-essential openssl libssl-dev pkg-config liblz4-tool
15
15
shell: bash
16
- - uses : actions/cache@v4
16
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
17
17
# Cache `cargo-make`, `cargo-cache`
18
18
with :
19
19
path : |
20
20
~/.cargo
21
21
key : ${{ hashFiles('.github/workflows/cache.yml') }}-${{ runner.os }}-${{ env.OS_ARCH }}
22
- - uses : actions/cache@v4
22
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
23
23
# Cache first-party code dependencies
24
24
with :
25
25
path : |
Original file line number Diff line number Diff line change 42
42
delay=$((1 + $RANDOM % 32))
43
43
echo "Waiting ${delay} seconds before execution"
44
44
sleep $delay
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46
46
- name : Preflight step to set up the runner
47
47
uses : ./.github/actions/setup-node
48
48
- run : rustup component add rustfmt
Original file line number Diff line number Diff line change 18
18
labels : bottlerocket_ubuntu-latest_8-core
19
19
continue-on-error : true
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22
22
- name : Preflight step to set up the runner
23
23
uses : ./.github/actions/setup-node
24
24
with :
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
fail-fast : false
31
31
name : " Build ${{ matrix.arch }}"
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34
34
- name : Preflight step to set up the runner
35
35
uses : ./.github/actions/setup-node
36
36
- run : |
37
- cargo make -e \
37
+ cargo make \
38
38
-e BUILDSYS_ARCH=${{ matrix.arch }} \
39
39
-e BUILDSYS_JOBS=12 \
40
40
build-all
You can’t perform that action at this time.
0 commit comments