We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ece8f commit 15b5731Copy full SHA for 15b5731
.github/workflows/ci.yml
@@ -53,10 +53,11 @@ jobs:
53
runs-on: ubuntu-latest
54
steps:
55
- uses: actions/checkout@v4
56
+ - uses: dtolnay/rust-toolchain@stable
57
+ - name: Install cargo-audit
58
+ run: cargo install cargo-audit
59
- name: Run security audit
- uses: rustsec/audit-check@v2.2.0
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
60
+ run: cargo audit
61
62
# ═══════════════════════════════════════════════════════════════════════════════
63
# BUILD
0 commit comments