1
0
mirror of synced 2025-01-29 19:17:28 +01:00

git: codeql clone recursively

This commit is contained in:
WerWolv 2021-08-29 14:40:10 +02:00 committed by GitHub
parent b4f0af4c77
commit 1ba185bf71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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