We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32622b1 commit 7bf719fCopy full SHA for 7bf719f
.github/workflows/codeql.yml
@@ -0,0 +1,22 @@
1
+name: "Code Scanning - CodeQL"
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '0 0 * * 0'
8
9
+jobs:
10
+ codeql:
11
+ strategy:
12
+ fail-fast: false
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v2
17
18
+ - name: Initialize CodeQL
19
+ uses: github/codeql-action/init@v1
20
21
+ - name: Perform CodeQL Analysis
22
+ uses: github/codeql-action/analyze@v1
0 commit comments