actions: bump rustsec/audit-check to v2 (#1627)

This commit is contained in:
xtqqczze 2026-02-16 19:19:59 +00:00 committed by GitHub
parent e028e7848c
commit 66c85df09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- run: |
sed -i 's/components.*/components = []/' rust-toolchain.toml
- uses: rustsec/audit-check@v1.4.1
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}