From 5ef03d4101126cb3b299c372a821bbc82240d461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 11 Dec 2023 12:55:48 +0100 Subject: [PATCH] Dito. --- .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 355e398e..97e573c0 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,csharp-queries + queries: security-extended,security-and-quality,github/codeql/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)