Dont codeql submodules

This commit is contained in:
rhtenhove
2022-07-08 08:32:17 -04:00
committed by GitHub
parent c7c7476453
commit 1f17aa082d

View File

@ -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