We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0934acc commit 2364f92Copy full SHA for 2364f92
.github/codeql-config.yml
@@ -0,0 +1,4 @@
1
+name: "code-server CodeQL config"
2
+
3
+paths-ignore:
4
+ - lib/vscode
.github/workflows/codeql-analysis.yml
@@ -23,9 +23,8 @@ jobs:
23
- name: Initialize CodeQL
24
uses: github/codeql-action/init@v1
25
with:
26
+ config-file: ./.github/codeql-config.yml
27
languages: javascript
- paths-ignore:
28
- - lib/vscode
29
30
- name: Autobuild
31
uses: github/codeql-action/autobuild@v1
0 commit comments