Merge pull request #2243 from actions/marcogario/analyze_protected_branches_prs

CodeQL: Include protected branches in PR analyses
This commit is contained in:
Marco Gario
2023-12-04 12:03:16 +01:00
committed by GitHub
+1 -2
View File
@@ -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