File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55permissions :
66 contents : read
7- jobs :
8- security_audit :
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@v6
12- - uses : dtolnay/rust-toolchain@1.91.1
13- id : toolchain
14- - run : rustup override set ${{steps.toolchain.outputs.name}}
15- - uses : ClementTsang/cargo-action@v0.0.7
16- with :
17- command : install
18- args : cargo-audit
19- - uses : ClementTsang/cargo-action@v0.0.7
20- with :
21- command : audit
7+ jobs :
8+ security_audit :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v6
12+ - uses : dtolnay/rust-toolchain@1.91.1
13+ id : toolchain
14+ - run : rustup override set ${{steps.toolchain.outputs.name}}
15+ - uses : ClementTsang/cargo-action@v0.0.7
16+ with :
17+ command : install
18+ args : cargo-audit
19+ - uses : ClementTsang/cargo-action@v0.0.7
20+ with :
21+ command : audit
You can’t perform that action at this time.
0 commit comments