Attempt to get C# queries working.
This commit is contained in:
parent
ae352a883c
commit
bc8235951d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
queries: security-extended,security-and-quality,codeql/csharp-queries
|
||||
queries: security-extended,security-and-quality,csharp-queries
|
||||
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
|
|
Loading…
Reference in a new issue