Skip to content

Commit bb5d3e4

Browse files
committed
disable autobuild
1 parent 5e558d7 commit bb5d3e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/code-ql.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252

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

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -62,9 +62,8 @@ jobs:
6262
# and modify them (or add more) to build your code if your project
6363
# uses a compiled language
6464

65-
#- run: |
66-
# make bootstrap
67-
# make release
65+
- run: |
66+
make build
6867
6968
- name: Perform CodeQL Analysis
7069
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)