File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : [matterlabs-ci-runner]
12
12
13
13
steps :
14
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15
15
- name : Set up Docker Build
16
16
uses : docker/setup-buildx-action@v3
17
17
Original file line number Diff line number Diff line change 23
23
continue-on-error : ${{ matrix.checks == 'advisories' }}
24
24
25
25
steps :
26
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
26
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27
27
- uses : EmbarkStudios/cargo-deny-action@v2
28
28
with :
29
29
command : check ${{ matrix.checks }}
Original file line number Diff line number Diff line change 19
19
with :
20
20
tool : cargo-spellcheck
21
21
22
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
22
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
23
24
24
- name : Run cargo-spellcheck
25
25
run : cargo spellcheck --cfg=.github/spellcheck/finalizer.cfg --code 1
Original file line number Diff line number Diff line change 19
19
build_and_test :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
22
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
23
24
24
- name : Install stable toolchain
25
25
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout code
10
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
10
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : TruffleHog OSS
You can’t perform that action at this time.
0 commit comments