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.
2 parents f6db0c5 + ac90696 commit 9209d07Copy full SHA for 9209d07
.github/workflows/codeql-analysis.yml
@@ -0,0 +1,28 @@
1
+name: "CodeQL Analysis"
2
+
3
+on:
4
+ push:
5
+ schedule:
6
+ - cron: '0 2 * * 3'
7
8
+jobs:
9
+ codeql-build:
10
+ name: CodeQL Build
11
12
+ strategy:
13
+ fail-fast: false
14
15
+ runs-on: ubuntu-latest
16
17
+ steps:
18
+ - name: Checkout repository
19
+ uses: actions/checkout@v2
20
21
+ - name: Initialize CodeQL
22
+ uses: github/codeql-action/init@v1
23
24
+ - name: Autobuild
25
+ uses: github/codeql-action/autobuild@v1
26
27
+ - name: Perform CodeQL Analysis
28
+ uses: github/codeql-action/analyze@v1
0 commit comments