Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5155584

Browse files
committed
fix: Update autobuild step
1 parent 8f392c6 commit 5155584

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,30 +87,13 @@ jobs:
8787
with:
8888
submodules: recursive
8989

90-
# Initializes the CodeQL tools for scanning.
9190
- name: Initialize CodeQL
9291
uses: github/codeql-action/init@v3
9392
with:
9493
languages: ${{ matrix.language }}
95-
# If you wish to specify custom queries, you can do so here or in a config file.
96-
# By default, queries listed here will override any specified in a config file.
97-
# Prefix the list here with "+" to use these queries and those in the config file.
9894

99-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
100-
# queries: security-extended,security-and-quality
101-
102-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
103-
# If this step fails, then you should remove it and run the build manually (see below)
10495
- name: Autobuild
105-
uses: github/codeql-action/autobuild@v3
106-
107-
# ℹ️ Command-line programs to run using the OS shell.
108-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
109-
110-
# If the Autobuild fails above, remove it and uncomment the following three lines.
111-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
112-
113-
- run: |
96+
run: |
11497
./install_deps.sh
11598
mkdir build && cd build
11699
cmake ..

0 commit comments

Comments
 (0)