Skip to content

Commit

Permalink
Checkout recursively in CodeQL action
Browse files Browse the repository at this point in the history
  • Loading branch information
IHatePineapples authored Feb 29, 2024
1 parent 8faec5b commit b2a12b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

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

0 comments on commit b2a12b7

Please sign in to comment.