Skip to content

Commit 4b47483

Browse files
committed
Add codeql-config.yml
1 parent ffe3f50 commit 4b47483

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: "CodeQL config"
2+
3+
queries:
4+
- uses: security-and-quality

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# Override language selection by uncommenting this and choosing your languages
3131
with:
3232
languages: javascript, csharp, python
33+
config-file: ./.github/codeql/codeql-config.yml
3334

3435
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3536
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)