From 1ba185bf714ec35c2d4bb304f1aba8a75dc21ad4 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 29 Aug 2021 14:40:10 +0200 Subject: [PATCH] git: codeql clone recursively --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9e7e5cdac..980be3c84 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,6 +36,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + fetch-depth: 0 + submodules: recursive # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL