diff options
| author | JakobL-MSFT <[email protected]> | 2023-02-14 15:40:42 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-14 15:40:42 -0800 |
| commit | 500494c4871b3c3ecc42414d9f75a4078cd9e613 (patch) | |
| tree | dca342b19cb842daa0eaafa5f1b6423300c67a6d /.github/workflows/Code-Scanning.yml | |
| parent | d3a40cb5025ad7f529b496ebc28f4f5a2b9a2643 (diff) | |
Enable the CodeQL workflow to pull submodules similar to the regular workflow. (#883)
user-jakobl-codeql-submodules
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 1ba4c660..c3094b4b 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - fetch-depth: 0 + submodules: 'recursive' - name: Initialize CodeQL uses: github/codeql-action/init@v2 |
