Skip to content

Commit ec8ec69

Browse files
authored
chore: add codeql action (#71)
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
1 parent 481f2ad commit ec8ec69

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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: ./.github/workflows/reusable_codeql.yml
15+
permissions:
16+
security-events: write
17+

0 commit comments

Comments
 (0)