From 0f37cc20a747fb57632e2cf53f1f94f478688634 Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Sun, 18 Feb 2024 15:40:54 +0800 Subject: [PATCH] Upgrade audit-check action --- .github/workflows/security_audit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security_audit.yaml b/.github/workflows/security_audit.yaml index f1ebda8f..323e7469 100644 --- a/.github/workflows/security_audit.yaml +++ b/.github/workflows/security_audit.yaml @@ -6,7 +6,7 @@ jobs: audit: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 + - uses: actions/checkout@v3 + - uses: rustsec/audit-check@v1.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file