Skip to content

Commit 15b5731

Browse files
committed
fix: use cargo-audit directly instead of rustsec/audit-check
1 parent 70ece8f commit 15b5731

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4
56+
- uses: dtolnay/rust-toolchain@stable
57+
- name: Install cargo-audit
58+
run: cargo install cargo-audit
5659
- name: Run security audit
57-
uses: rustsec/audit-check@v2.2.0
58-
with:
59-
token: ${{ secrets.GITHUB_TOKEN }}
60+
run: cargo audit
6061

6162
# ═══════════════════════════════════════════════════════════════════════════════
6263
# BUILD

0 commit comments

Comments
 (0)