From 990f5129414ca628b6b9869420ace4ad48b515fb Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Wed, 6 Mar 2024 08:53:33 -0800 Subject: [PATCH] Added permissions needed for codeql-action v3. --- .github/workflows/codeql.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 31599f4..d73b02d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,7 +8,10 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - + permissions: + actions: read + contents: read + security-events: write steps: - name: Checkout repository uses: actions/checkout@v4