From a95a1f1158af01c5cf94cdd07c60f9e2fd902511 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Oct 2021 19:43:52 +0530 Subject: [PATCH] Specify languages for CodeQL --- .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 8d71569e9..ab73622ed 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: python, c - name: Build kitty run: python3 .github/workflows/ci.py build