Add codeql-config.yml

This commit is contained in:
Tom Hvitved
2020-06-19 11:39:43 +00:00
parent ffe3f500d7
commit 4b47483263
2 changed files with 5 additions and 0 deletions

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

@@ -0,0 +1,4 @@
name: "CodeQL config"
queries:
- uses: security-and-quality

View File

@@ -30,6 +30,7 @@ jobs:
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript, csharp, python
config-file: ./.github/codeql/codeql-config.yml
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)