From beda5300a126ff45c4304e3b6cbde3f59a780fec Mon Sep 17 00:00:00 2001 From: Guillaume Racicot Date: Thu, 14 Nov 2024 22:02:00 -0500 Subject: [PATCH] Clone submodules for now --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 630308b..84188af 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,6 +56,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: true - name: Install ninja-build tool uses: seanmiddleditch/gha-setup-ninja@v5