diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ee4432d44b21..245ac8b206e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,6 +31,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: true # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL