From a2f1aaa6c2fd8dce79935cb0ebf16af7b7b91f62 Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Thu, 20 Nov 2025 22:44:55 -0500 Subject: [PATCH] ci: fix codeql permissions --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6b6fe1bf..88f66666 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,6 +11,8 @@ on: permissions: contents: read security-events: write + actions: read + pull-requests: read jobs: analyze: @@ -22,6 +24,7 @@ jobs: contents: read security-events: write actions: read + pull-requests: read strategy: fail-fast: false matrix: