Checkout submodules in the codeql-analysis workflow

This commit is contained in:
Alexander Söderberg 2020-09-12 16:15:18 +02:00
parent 1260cf580e
commit cb1a6ee709
No known key found for this signature in database
GPG key ID: C0207FF7EA146678

View file

@ -27,6 +27,11 @@ jobs:
- run: git checkout HEAD^2
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.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1