Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 5e82bed

Browse files
committed
Create codeql.yml with custom commands
Signed-off-by: Jade Carino <[email protected]>
1 parent 9a88949 commit 5e82bed

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
include:
4646
- language: go
47-
build-mode: autobuild
47+
build-mode: manual
4848
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
4949
# Use `c-cpp` to analyze code written in C, C++ or both
5050
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -79,14 +79,9 @@ jobs:
7979
- if: matrix.build-mode == 'manual'
8080
shell: bash
8181
run: |
82-
echo 'If you are using a "manual" build mode for one or more of the' \
83-
'languages you are analyzing, replace this with the commands to build' \
84-
'your code, for example:'
85-
echo ' make bootstrap'
86-
echo ' make release'
87-
exit 1
82+
make all
8883
8984
- name: Perform CodeQL Analysis
9085
uses: github/codeql-action/analyze@v3
9186
with:
92-
category: "/language:${{matrix.language}}"
87+
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)