chore: Migrate to rust audit fork #25

Merged
Dreaded_X merged 1 commits from chore/audit into main 2026-08-27 03:11:07 +00:00
Showing only changes of commit 4bdc1a1d63 - Show all commits
+2 -1
View File
@@ -7,6 +7,7 @@ on:
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
audit:
@@ -22,6 +23,6 @@ jobs:
- name: Setup rust cache
uses: Swatinem/rust-cache@v2
- name: Audit check
uses: rustsec/audit-check@v2.0.0
uses: https://git.huizinga.dev/infra/rust-audit-check@v3.0.0
with:
token: ${{ secrets.GITEA_TOKEN }}