We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1716d6 commit 222bcdbCopy full SHA for 222bcdb
1 file changed
.github/workflows/codeql.yml
@@ -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