From 4852b146a8a0f47df88f966ab11fab0047ff589d Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 6 Aug 2022 19:01:33 +0000 Subject: [PATCH] stop using forked audit action --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e36b6ebfd..860f80d5a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,6 +15,6 @@ jobs: name: "Audit Rust Dependencies" steps: - uses: actions/checkout@v2 - - uses: GothenburgBitFactory/audit-check@master + - uses: rust-rs/audit-check@master with: token: ${{ secrets.GITHUB_TOKEN }}