mirror of https://github.com/WerWolv/ImHex.git
git: codeql clone recursively
This commit is contained in:
parent
b4f0af4c77
commit
1ba185bf71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue