ci: update security audit
This commit is contained in:
parent
5f32e983e9
commit
2187353407
|
@ -13,10 +13,11 @@ on:
|
||||||
- "**/Cargo.lock"
|
- "**/Cargo.lock"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
security_audit:
|
audit:
|
||||||
|
name: Security audit
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- uses: actions-rs/audit-check@v1
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
with:
|
- run: cargo install --locked cargo-audit
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
- run: cargo audit --deny warnings
|
Loading…
Reference in New Issue