From d3f10410d078696d1d2aca2ec5425577fe42f6a3 Mon Sep 17 00:00:00 2001 From: Aptivi Date: Wed, 11 Sep 2024 14:19:54 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5af047695..62121e1ca 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ "main", "v0.1.0.x-saas", "v0.1.1.x-servicing" ] schedule: - - cron: '32 13 * * 2' + - cron: '06 12 * * *' jobs: analyze: @@ -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: