From d4b398cf2d363647f68222ce68153fd433152b39 Mon Sep 17 00:00:00 2001 From: Marco Gario Date: Mon, 4 Dec 2023 10:24:28 +0100 Subject: [PATCH] Include protected branches in PR analyses --- code-scanning/codeql.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code-scanning/codeql.yml b/code-scanning/codeql.yml index 8a5d2d9..8cdc69c 100644 --- a/code-scanning/codeql.yml +++ b/code-scanning/codeql.yml @@ -15,8 +15,7 @@ on: push: branches: [ $default-branch, $protected-branches ] pull_request: - # The branches below must be a subset of the branches above - branches: [ $default-branch ] + branches: [ $default-branch, $protected-branches ] schedule: - cron: $cron-weekly