Checkout submodules in the codeql-analysis workflow
This commit is contained in:
parent
1260cf580e
commit
cb1a6ee709
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -27,6 +27,11 @@ jobs:
|
||||||
- run: git checkout HEAD^2
|
- run: git checkout HEAD^2
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
|
- name: Checkout submodules
|
||||||
|
uses: srt32/git-actions@v0.0.3
|
||||||
|
with:
|
||||||
|
args: git submodule update --init --recursive
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue