From 7663aa4bd5a7f892e4e55f4c55c85c99d7e25a2b Mon Sep 17 00:00:00 2001 From: GrzegorzKowalik Date: Thu, 14 Oct 2021 13:21:09 +0200 Subject: [PATCH] Fix codeql workflow missing python code (#1498) * Fix codeql workflow missing python code * Try something else --- .github/workflows/codeql-analysis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cad8e0b6a..15160c540 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,9 +30,8 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 - # Override language selection by uncommenting this and choosing your languages - # with: - # languages: go, javascript, csharp, python, cpp, java + with: + languages: javascript # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below)