From 53743d434ef96a5bbff3d699cab092e4c9ebf36e Mon Sep 17 00:00:00 2001 From: Weaxs <459312872@qq.com> Date: Mon, 20 Nov 2023 11:44:46 +0800 Subject: [PATCH] checkout submodules recursive --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3d692b0..21ac6c9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - submodules: 'true' + submodules: recursive # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL