summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 309f6b4..98205d6 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -67,16 +67,13 @@ jobs:
# ℹī¸ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
- # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following three lines
+ # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following four lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
-
#- name: Build
# run: |
- # ./autogen.sh
# ./configure
# make
- # make check
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1