From 4bdc1a1d63f627ec5a1fa37e3049540478faeb1d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 27 Aug 2026 05:01:57 +0200 Subject: [PATCH] chore: Migrate to rust audit fork --- .gitea/workflows/audit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/audit.yaml b/.gitea/workflows/audit.yaml index 03db3a4..697003d 100644 --- a/.gitea/workflows/audit.yaml +++ b/.gitea/workflows/audit.yaml @@ -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 }}