Skip to content

Commit b1fc442

Browse files
authored
ci: add codeql analysis (#99)
Signed-off-by: Charles Moore <[email protected]>
1 parent d031a91 commit b1fc442

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "CodeQL"
2+
3+
on:
4+
push:
5+
branches: [ "mainline" ]
6+
pull_request:
7+
branches: [ "mainline" ]
8+
schedule:
9+
- cron: '0 8 * * MON'
10+
11+
jobs:
12+
Analysis:
13+
name: Analysis
14+
uses: OpenJobDescription/.github/.github/workflows/reusable_codeql.yml@mainline

0 commit comments

Comments
 (0)