Skip to content

Commit cbaf2e8

Browse files
committed
feat: add codeql support
1 parent d713fea commit cbaf2e8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "CodeQL"
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [ "main" ]
9+
schedule:
10+
- cron: '36 19 * * 0'
11+
12+
jobs:
13+
lint-build-test:
14+
name: Scan
15+
uses: devnw/workflows/.github/workflows/codeql.yml@main
16+
secrets: inherit # pragma: allowlist secret

0 commit comments

Comments
 (0)