mirror of https://git.tuxpa.in/a/code-server.git
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
|
||||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
config-file: ./.github/codeql-config.yml
|
||||
languages: javascript
|
||||
paths-ignore:
|
||||
- lib/vscode
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v1
|
||||
|
|
Loading…
Reference in New Issue