From 4869c669f6c639c80b5c762ff90fcc381504d6e2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 31 Oct 2023 21:48:14 +0100 Subject: [PATCH] :wrench: only check for C++ --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9a87e828d..93923a182 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,6 +32,8 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2 + with: + languages: c-cpp # 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)