Skip to content

Commit

Permalink
Add CodeQL security scanning on pull requests.
Browse files Browse the repository at this point in the history
Apparently we only run codeql on main, but we could run it on PRs
as well. That's a good idea to test how it can look like.
  • Loading branch information
potiuk committed Nov 27, 2024
1 parent a1fbdb3 commit aac81e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
name: "CodeQL"

on: # yamllint disable-line rule:truthy
pull_request:
branches: ['main', 'v[0-9]+-[0-9]+-test', 'v[0-9]+-[0-9]+-stable']
push:
branches: [main]
schedule:
Expand Down

0 comments on commit aac81e2

Please sign in to comment.