From abb4027c44a4986c66a302ac02422fc2c5daf06b Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:03:45 +0200 Subject: [PATCH] :wrench: fix codeql permissions for cron --- .github/workflows/_codeql.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index 00bdb7365..8d03ee2f5 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -15,14 +15,15 @@ on: workflow_call: workflow_dispatch: +permissions: + actions: read + contents: read + security-events: write + jobs: analyze: name: Analyze runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write strategy: fail-fast: false