Skip to content

Commit 9fa4710

Browse files
smorimotoMylesBorins
authored andcommitted
ci: add CodeQL security scanning
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 1a385ec commit 9fa4710

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CodeQL
2+
3+
on:
4+
pull_request:
5+
push:
6+
schedule:
7+
- cron: 0 0 * * 0
8+
9+
jobs:
10+
codeql:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v2
16+
17+
- name: Initialize CodeQL
18+
uses: github/codeql-action/init@v1
19+
20+
- name: Perform CodeQL analysis
21+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)