An attempt to fix CodeQL

This commit is contained in:
Serge Lamikhov-Center 2020-10-30 09:25:10 +02:00 committed by GitHub
parent 1c91bc2bc5
commit 95b98824aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
#- name: Autobuild
# uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@ -54,9 +54,10 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
#- run: |
# make bootstrap
# make release
- run: |
autoreconf -i -f
./configure
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1