Skip to content

Commit 31cea05

Browse files
Create codeql.yml
1 parent 4f2e825 commit 31cea05

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "CodeQL"
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
branches: [ "main" ]
7+
schedule:
8+
- cron: '30 1 * * 0'
9+
10+
jobs:
11+
analyze:
12+
runs-on: ubuntu-latest
13+
permissions:
14+
security-events: write
15+
steps:
16+
- uses: actions/checkout@v3
17+
- uses: github/codeql-action/init@v2
18+
- uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)