File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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 40
40
delay=$((1 + $RANDOM % 32))
41
41
echo "Waiting ${delay} seconds before execution"
42
42
sleep $delay
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
44
44
- name : Preflight step to set up the runner
45
45
uses : ./.github/actions/setup-node
46
46
- 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
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 : |
You can’t perform that action at this time.
0 commit comments