From bf482a6b92361808e37a01eea22abce6607e9718 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 15 Feb 2026 11:28:58 +0100 Subject: [PATCH] CI security hardening: restrict permissions in CodeQL workflow (#163053) --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0f213ac4abb..d8ce3b83f11 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,6 +5,8 @@ on: schedule: - cron: "30 18 * * 4" +permissions: {} + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true