From 8a490fef503652866bd3056edc3738294a5ad446 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Fri, 12 Feb 2021 22:54:57 +0100 Subject: [PATCH] Github Workflow CodeQL: Check out submodules - Submodules are part of official releases, so it might make sense to run them through CodeQL as well. - This is supposed to detect breakage with submodule inclusion as observed in #984. Docs: https://github.com/actions/checkout Signed-off-by: Christian Hoffmann --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c48e877c71..2e12e511ee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + submodules: recursive - name: Install Qt on Linux run: |