From 9c0bccd08a672efad43a3bd7a9b01681d6e39833 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 10 Aug 2022 22:02:23 +0000 Subject: [PATCH] rustsec org is now hosting audit-check --- .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 c86e965d6..06ce86f55 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: actions-rs/audit-check@master + - uses: rustsec/audit-check@master with: token: ${{ secrets.GITHUB_TOKEN }}