From 622df39fca15262e73fac1b34d67ba38c27fd1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 11 Dec 2023 13:03:10 +0100 Subject: [PATCH] Removed codeql/csharp-queries. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 97e573c0..57f0fc6b 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,github/codeql/csharp-queries + queries: security-extended,security-and-quality # 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)