Skip to content

Commit 14f47b5

Browse files
committed
ci: update codeql.yml
1 parent edf0201 commit 14f47b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
include:
4646
- language: c-cpp
4747
build-mode: manual
48-
- language: python
49-
build-mode: none
5048
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
5149
# Use `c-cpp` to analyze code written in C, C++ or both
5250
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -89,8 +87,9 @@ jobs:
8987
libcap-dev \
9088
libc6-dev \
9189
binutils
92-
cc build.c
93-
./a.out -f -d
90+
./autogen.sh
91+
./configure
92+
make
9493
- name: Perform CodeQL Analysis
9594
uses: github/codeql-action/analyze@v3
9695
with:

0 commit comments

Comments
 (0)