From 72a8be3340bdca4f5c492df5e4f06fffdd785fb9 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 24 Jul 2022 14:45:58 -0400 Subject: [PATCH] Update .github/workflows/security.yml Co-authored-by: Tomas Babej --- .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 2e644c38a..1a2517d9b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -12,7 +12,7 @@ jobs: audit: runs-on: ubuntu-latest permissions: write-all - name: "Audit Dependencies" + name: "Audit Rust Dependencies" steps: - uses: actions/checkout@v2 - uses: GothenburgBitFactory/audit-check@master