mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
feat: add codeql-config file
This commit is contained in:
parent
e48de92c7f
commit
2bf0907de8
2 changed files with 5 additions and 2 deletions
4
.github/codeql-config.yml
vendored
Normal file
4
.github/codeql-config.yml
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
name: "code-server CodeQL config"
|
||||
|
||||
paths-ignore:
|
||||
- lib/vscode
|
||||
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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 a new issue