We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94455e9 commit a2c2804Copy full SHA for a2c2804
.github/workflows/codeql.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: github/codeql-action/init@v3
31
with:
32
languages: javascript-typescript
33
+ build-mode: none
34
35
# Perform CodeQL analysis
36
- name: Perform CodeQL Analysis
@@ -56,6 +57,7 @@ jobs:
56
57
58
59
languages: c-cpp
60
+ build-mode: manual
61
62
# Build project
63
- name: Update apt-get
@@ -126,11 +128,6 @@ jobs:
126
128
cd $HOME/cc-build
127
129
make -j $(nproc)
130
- - name: Install
- run: |
131
- cd $HOME/cc-build
132
- make install
133
-
134
135
136
uses: github/codeql-action/analyze@v3
0 commit comments