feat: add codeql-config file
This commit is contained in:
parent
e48de92c7f
commit
2bf0907de8
|
@ -0,0 +1,4 @@
|
||||||
|
name: "code-server CodeQL config"
|
||||||
|
|
||||||
|
paths-ignore:
|
||||||
|
- lib/vscode
|
|
@ -23,9 +23,8 @@ jobs:
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
with:
|
with:
|
||||||
|
config-file: ./.github/codeql-config.yml
|
||||||
languages: javascript
|
languages: javascript
|
||||||
paths-ignore:
|
|
||||||
- lib/vscode
|
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v1
|
uses: github/codeql-action/autobuild@v1
|
||||||
|
|
Loading…
Reference in New Issue