From bbe0611131a41043e7a0d7fe578a0337c1c88b08 Mon Sep 17 00:00:00 2001 From: Aptivi Date: Wed, 11 Sep 2024 14:23:47 +0300 Subject: [PATCH] chg - Get submodules in CodeQL builds --- Type: chg Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b58eb61..a08b3d3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,6 +26,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: 'true' + ref: ${{ github.ref }} - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: