diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-06-01 08:12:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-01 08:12:14 +0200 |
commit | a7b996f0b83c11d360c68674cd90536d227f4151 (patch) | |
tree | 9c7af57e3922c6ce6cd7c7cc4cb846cb36dcccdb | |
parent | 66ca86aadb754c5a9ebf807692938593137029ac (diff) | |
download | atracdenc-a7b996f0b83c11d360c68674cd90536d227f4151.tar.gz |
Checkout submodules for codeql analysis
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 298d9c1..7033e0c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,6 +39,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + submodules: recursive # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |