diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index eed2e2a8..355e398e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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)