Skip to content

Commit

Permalink
ci: fixed vcpkg submodule checkout in code analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Mar 11, 2024
1 parent 3345bc8 commit c42ccff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit c42ccff

Please sign in to comment.