From ace7c742ecf39aaf8b7f1a1632c2433ef877035a Mon Sep 17 00:00:00 2001 From: Nawwar Elnarsh Date: Sun, 16 Aug 2026 15:26:21 +0200 Subject: [PATCH] fix(release): grant CodeQL workflow permissions --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65c5860..ac3c000 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,10 @@ jobs: security: uses: ./.github/workflows/security.yml + permissions: + contents: read + packages: read + security-events: write tag: runs-on: ubuntu-latest