Skip to content

Commit

Permalink
CI: Checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot authored Mar 24, 2024
1 parent 3e00920 commit 920ab2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -34,14 +36,9 @@ jobs:
languages: ${{ matrix.language }}

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

#- run: |
# echo "Run, Build Application using script"
# ./build.ps1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 920ab2c

Please sign in to comment.