File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
22+ - name : Install cargo audit
23+ uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
24+ with :
25+ command : install
26+ args : --force cargo-audit
27+
2228 - name : Audit server
2329 run : cargo audit --deny warnings --ignore RUSTSEC-2022-0071 # includes exception for unmaintained rusoto crate, should be resolved by #134
2430
Original file line number Diff line number Diff line change 11on :
2- push :
32 pull_request :
43
54name : Checks
5756 uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
5857 with :
5958 command : install
60- args : --force diesel_cli
59+ args : --force diesel_cli --no-default-features --features "postgres"
6160
6261 - name : Run db migration
6362 run : diesel migration run
You can’t perform that action at this time.
0 commit comments