Skip to content

Commit d846d24

Browse files
wip
1 parent b03c4fd commit d846d24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4
32+
with:
33+
submodules: 'recursive'
3234

3335
# Install the .NET Core workload
3436
- name: Install .NET Core
@@ -49,6 +51,8 @@ jobs:
4951
steps:
5052
- name: Checkout repository
5153
uses: actions/checkout@v4
54+
with:
55+
submodules: 'recursive'
5256

5357
# Install the .NET Core workload
5458
- name: Install .NET Core
@@ -92,6 +96,8 @@ jobs:
9296
steps:
9397
- name: Checkout repository
9498
uses: actions/checkout@v4
99+
with:
100+
submodules: 'recursive'
95101

96102
# Initializes the CodeQL tools for scanning.
97103
- name: Initialize CodeQL

0 commit comments

Comments
 (0)