File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
timeout-minutes : 5
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : EmbarkStudios/cargo-deny-action@202e2b23300c1ef90c9d7389a0bc5b34c05c0fe4
13
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
14
+ - uses : EmbarkStudios/cargo-deny-action@0ca727bbae7b7b578b9a5f98186caac35aa2a00d # v1.2.6
15
15
with :
16
16
command : check advisories
17
17
33
33
- tls
34
34
- transport-header
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
37
37
- run : rustup toolchain add nightly
38
38
- run : cargo install cargo-fuzz
39
39
# Iterate through all fuzz crates to ensure each compiles independently.
48
48
timeout-minutes : 15
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
52
52
- run : make build
53
53
env :
54
54
CARGO_RELEASE : true
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 5
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - uses : EmbarkStudios/cargo-deny-action@202e2b23300c1ef90c9d7389a0bc5b34c05c0fe4
15
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
16
+ - uses : EmbarkStudios/cargo-deny-action@0ca727bbae7b7b578b9a5f98186caac35aa2a00d # v1.2.6
17
17
with :
18
18
command : check bans licenses sources
19
19
24
24
container :
25
25
image : docker://rust:1.52.1-buster
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
28
28
- run : rustup component add clippy
29
29
- run : make lint
30
30
35
35
container :
36
36
image : docker://rust:1.52.1-buster
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
39
39
- run : for d in $(for toml in $(find . -mindepth 2 -name Cargo.toml -not -path '*/fuzz/*') ; do echo ${toml%/*} ; done | sort -r ) ; do echo "# $d" ; (cd $d ; cargo check --all-targets) ; done
40
40
41
41
# Enforce automated formatting.
45
45
container :
46
46
image : docker://rust:1.52.1-buster
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
49
49
- run : rustup component add rustfmt
50
50
- run : make check-fmt
51
51
54
54
timeout-minutes : 15
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
58
58
- run : make test
You can’t perform that action at this time.
0 commit comments