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 7ce2bc0 commit 115d2a7Copy full SHA for 115d2a7
.github/workflows/codeql-analysis.yml
@@ -0,0 +1,31 @@
1
+name: "CodeQL"
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
+ schedule:
9
+ - cron: '0 0 * * *'
10
11
+jobs:
12
+ analyze:
13
+ name: Analyze
14
+ runs-on: ubuntu-latest
15
16
+ steps:
17
+ - name: Checkout repository
18
+ uses: actions/checkout@v3
19
+ with:
20
+ fetch-depth: 0
21
22
+ - name: Initialize CodeQL
23
+ uses: github/codeql-action/init@v2
24
25
+ languages: javascript
26
27
+ - name: Autobuild
28
+ uses: github/codeql-action/autobuild@v2
29
30
+ - name: Perform CodeQL Analysis
31
+ uses: github/codeql-action/analyze@v2
0 commit comments