about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
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