From 1f17aa082d4ee75c5a034a1ec32025fb828357d2 Mon Sep 17 00:00:00 2001 From: rhtenhove Date: Fri, 8 Jul 2022 08:32:17 -0400 Subject: [PATCH] Dont codeql submodules --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 54934395..75935123 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,6 +28,6 @@ jobs: env: CC: gcc # These are symlinked to the version used in the container build CXX: g++ - run: make -i distrib # Best effort using -i + run: make -i all # Best effort using -i - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2