get the submodules too

This commit is contained in:
stonedDiscord
2023-05-05 15:08:43 +02:00
committed by GitHub
parent b7a84f6387
commit 2abf34cbb0

View File

@@ -28,7 +28,9 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with:
submodules: recursive
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL