diff options
author | rhtenhove <rhtenhove@users.noreply.github.com> | 2022-07-08 08:32:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 08:32:17 -0400 |
commit | 1f17aa082d4ee75c5a034a1ec32025fb828357d2 (patch) | |
tree | 7c3bcc90b3d4a27a443b8bc965e56f5a6e6bc7dd | |
parent | c7c74764531beb280c4baf0f51499f494fbaf990 (diff) | |
download | afl++-1f17aa082d4ee75c5a034a1ec32025fb828357d2.tar.gz |
Dont codeql submodules
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
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 |