From a10799ba2ca57f20be071e0f9bc863b46f6e737b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 15 Nov 2020 13:15:47 -0600 Subject: [PATCH] =?UTF-8?q?fix(services):=20=F0=9F=90=9B=F0=9F=9A=A7=20tem?= =?UTF-8?q?p=20disable=20CodeQL=20csharp=20while=20Autobuild=20failes=20on?= =?UTF-8?q?=20net5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql-analysis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e8a08c62b..638733e04 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,11 @@ jobs: matrix: # Override automatic language detection by changing the below list # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] - language: ['csharp', 'javascript'] + language: ['javascript'] + + # TODO: fix Autobuild failing csharp on net5.0 + # language: ['csharp', 'javascript'] + # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection