feat: add codeql-config file

This commit is contained in:
Joe Previte 2021-04-27 15:34:23 -07:00
parent e48de92c7f
commit 2bf0907de8
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
2 changed files with 5 additions and 2 deletions

4
.github/codeql-config.yml vendored Normal file
View File

@ -0,0 +1,4 @@
name: "code-server CodeQL config"
paths-ignore:
- lib/vscode

View File

@ -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