From 5e63e8bb2e6755c125408d136177a2391a6356dc Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Thu, 22 Jan 2026 21:22:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20permissions=20for=20security-?= =?UTF-8?q?events=20in=20codeql=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 21d3487..40198a5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -82,6 +82,8 @@ jobs: uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3 with: projects: src/**/*.csproj + permissions: + security-events: write deploy: if: github.event_name != 'pull_request'