aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrhtenhove <rhtenhove@users.noreply.github.com>2022-07-08 08:32:17 -0400
committerGitHub <noreply@github.com>2022-07-08 08:32:17 -0400
commit1f17aa082d4ee75c5a034a1ec32025fb828357d2 (patch)
tree7c3bcc90b3d4a27a443b8bc965e56f5a6e6bc7dd /.github
parentc7c74764531beb280c4baf0f51499f494fbaf990 (diff)
downloadAFLplusplus-1f17aa082d4ee75c5a034a1ec32025fb828357d2.tar.gz
Dont codeql submodules
Diffstat (limited to '.github')
-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