We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ecdba2 + ebf77c2 commit 82c98f4Copy full SHA for 82c98f4
.github/workflows/ci.yaml
@@ -20,25 +20,14 @@ jobs:
20
name: Audit Rust vulnerabilities
21
runs-on: ubuntu-latest
22
steps:
23
- - name: Install Rust toolchain
24
- uses: actions-rs/toolchain@v1
25
- with:
26
- toolchain: stable
27
- profile: minimal
28
- override: true
29
-
30
- name: Checkout repository
31
uses: actions/checkout@v2
32
33
- - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
34
35
- - name: Cache cargo
36
- uses: actions/cache@v1
+ - uses: actions-rs/[email protected]
37
with:
38
- path: ~/.cargo/
39
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ crate: cargo-audit
+ use-tool-cache: true
40
41
- - run: cargo install cargo-audit
42
- run: cargo audit
43
44
rust:
0 commit comments