From 085da00b0c11b259032fff4b68afb7bbe484f4a2 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 27 May 2022 00:57:29 +0000 Subject: [PATCH] add write-all permission to the audit --- .github/workflows/security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 19ebbba8f..60639fbba 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -11,6 +11,7 @@ on: jobs: audit: runs-on: ubuntu-latest + permissions: write-all name: "Audit Dependencies" steps: - uses: actions/checkout@v2