Skip to content

Commit

Permalink
chg - Get submodules in CodeQL builds
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 11, 2024
1 parent d0cbab5 commit 0d65f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 0d65f97

Please sign in to comment.