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 e0d31ba commit fcda553Copy full SHA for fcda553
.github/workflows/codeql.yml
@@ -0,0 +1,25 @@
1
+name: "CodeQL analysis"
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '0 0 * * 0'
8
9
+jobs:
10
+ codeql:
11
12
+ strategy:
13
+ fail-fast: false
14
15
+ runs-on: ubuntu-latest # windows-latest and ubuntu-latest are supported. macos-latest is not supported at this time.
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: Perform CodeQL Analysis
25
+ uses: github/codeql-action/analyze@v1
0 commit comments