Skip to content

Commit f9e3ecb

Browse files
Update codeql-analysis.yml
1 parent 101b74d commit f9e3ecb

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v2
40+
with:
41+
submodules: recursive
4042

4143
# Initializes the CodeQL tools for scanning.
4244
- name: Initialize CodeQL
@@ -48,21 +50,9 @@ jobs:
4850
# Prefix the list here with "+" to use these queries and those in the config file.
4951
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5052

51-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52-
# If this step fails, then you should remove it and run the build manually (see below)
53-
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v1
55-
56-
# ℹ️ Command-line programs to run using the OS shell.
57-
# 📚 https://git.io/JvXDl
58-
59-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
60-
# and modify them (or add more) to build your code if your project
61-
# uses a compiled language
62-
63-
#- run: |
64-
# make bootstrap
65-
# make release
53+
- name: Compile and package
54+
run: |
55+
sudo python3 ./setup.py install
6656
6757
- name: Perform CodeQL Analysis
6858
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)