Skip to content

Commit b8c0ec2

Browse files
committed
perf: speed up CI audit job with precompiled cargo-audit
1 parent 55f3b4d commit b8c0ec2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@v4
60-
- uses: rustsec/audit-check@v2
61-
with:
62-
token: ${{ secrets.GITHUB_TOKEN }}
60+
- uses: taiki-e/install-action@cargo-audit
61+
- run: cargo audit

0 commit comments

Comments
 (0)