File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
audit :
14
- needs : [security-audit, cargo-deny]
14
+ needs : [cargo-deny] # security-audit,
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Done
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v2
24
+ with :
25
+ submodules : recursive
26
+ - name : Install rust
27
+ uses : actions-rs/toolchain@v1
28
+ with :
29
+ toolchain : 1.60.0
30
+ override : true
24
31
- uses : actions-rs/audit-check@v1
25
32
with :
26
33
token : ${{ secrets.GITHUB_TOKEN }}
36
43
- sources
37
44
steps :
38
45
- uses : actions/checkout@v2
46
+ with :
47
+ submodules : recursive
39
48
- uses : EmbarkStudios/cargo-deny-action@v1
40
49
with :
50
+ rust-version : " 1.60.0"
41
51
command : check ${{ matrix.checks }} -s
42
52
arguments : --all-features
43
53
log-level : warn
You can’t perform that action at this time.
0 commit comments