Skip to content

Commit

Permalink
Merge pull request #5680 from jenshnielsen/enable_codeql
Browse files Browse the repository at this point in the history
run codeql on prs
  • Loading branch information
jenshnielsen authored Jan 23, 2024
2 parents 667d9dd + 74e2765 commit 8da78c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
workflow_dispatch:
schedule:
- cron: '42 15 * * 0'
push:
branches:
- 'main'
- 'release/*'
pull_request:


permissions:
contents: read
Expand Down

0 comments on commit 8da78c1

Please sign in to comment.