Skip to content

Commit

Permalink
Merge pull request actions#2243 from actions/marcogario/analyze_prote…
Browse files Browse the repository at this point in the history
…cted_branches_prs

CodeQL: Include protected branches in PR analyses
  • Loading branch information
marcogario authored Dec 4, 2023
2 parents 16ea338 + d4b398c commit bd7e79e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code-scanning/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd7e79e

Please sign in to comment.