ci: codeql: enable on PRs
Enable CodeQL on PRs to catch issues before they are merged. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1a2ea57885
commit
be18415fc3
1 changed files with 10 additions and 1 deletions
11
.github/workflows/codeql.yml
vendored
11
.github/workflows/codeql.yml
vendored
|
@ -2,9 +2,18 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
schedule:
|
||||
- cron: '34 16 * * 3'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue