Skip to content

Commit fd2149a

Browse files
authored
Update codeql.yml
1 parent 4b426da commit fd2149a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v4
59-
59+
with:
60+
submodules: 'true'
61+
6062
# Initializes the CodeQL tools for scanning.
6163
- name: Initialize CodeQL
6264
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)