Skip to content

Commit 62f6dc5

Browse files
committed
Adjust CodeQL action
1 parent 5577826 commit 62f6dc5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353

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

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

66-
#- run: |
67-
# make bootstrap
68-
# make release
66+
- run: |
67+
autoreconf
68+
./configure
69+
make
6970
7071
- name: Perform CodeQL Analysis
7172
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)