Skip to content

Commit 920ab2c

Browse files
authored
CI: Checkout submodule
1 parent 3e00920 commit 920ab2c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
29+
with:
30+
submodules: 'true'
2931

3032
# Initializes the CodeQL tools for scanning.
3133
- name: Initialize CodeQL
@@ -34,14 +36,9 @@ jobs:
3436
languages: ${{ matrix.language }}
3537

3638
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
37-
# If this step fails, then you should remove it and run the build manually (see below)
3839
- name: Autobuild
3940
uses: github/codeql-action/autobuild@v3
4041

41-
#- run: |
42-
# echo "Run, Build Application using script"
43-
# ./build.ps1
44-
4542
- name: Perform CodeQL Analysis
4643
uses: github/codeql-action/analyze@v3
4744
with:

0 commit comments

Comments
 (0)