Skip to content

Commit

Permalink
Add CodeQL security scanning on pull requests. (apache#44404)
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 authored Nov 27, 2024
1 parent 2fbd354 commit 6f0d731
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 6f0d731

Please sign in to comment.