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 5fcaf65 commit 1880e89Copy full SHA for 1880e89
.github/workflows/codeql.yml
@@ -0,0 +1,33 @@
1
+name: "CodeQL"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
+ schedule:
11
+ - cron: "0 0 * * 0"
12
+ workflow_dispatch:
13
14
+jobs:
15
+ analyze:
16
+ name: Analyze
17
+ runs-on: ubuntu-latest
18
+ permissions:
19
+ actions: read
20
+ contents: read
21
+ security-events: write
22
23
+ steps:
24
+ - name: Checkout repository
25
+ uses: actions/checkout@v2
26
27
+ - name: Initialize CodeQL
28
+ uses: github/codeql-action/init@v1
29
+ with:
30
+ languages: "javascript"
31
32
+ - name: Perform CodeQL Analysis
33
+ uses: github/codeql-action/analyze@v1
0 commit comments