Skip to content

Commit 1c5e686

Browse files
authored
Update codeql.yml
Signed-off-by: Nicolás Georger <[email protected]>
1 parent 8f5efee commit 1c5e686

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/workflows/codeql.yml

+7-17
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
include:
4747
- language: javascript-typescript
48-
build-mode: manual
48+
build-mode: none
4949
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
5050
# Use `c-cpp` to analyze code written in C, C++ or both
5151
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -80,24 +80,14 @@ jobs:
8080
- if: matrix.build-mode == 'manual'
8181
shell: bash
8282
run: |
83-
echo "Run, Build Application using yarn"
84-
npm install --global ncc
85-
yarn install
86-
yarn build
83+
echo 'If you are using a "manual" build mode for one or more of the' \
84+
'languages you are analyzing, replace this with the commands to build' \
85+
'your code, for example:'
86+
echo ' make bootstrap'
87+
echo ' make release'
88+
exit 1
8789
8890
- name: Perform CodeQL Analysis
8991
uses: github/codeql-action/analyze@v3
9092
with:
9193
category: "/language:${{matrix.language}}"
92-
93-
- run: |
94-
echo "Run, Build Application using yarn"
95-
npm install --global ncc
96-
yarn install
97-
yarn build
98-
99-
- name: Perform CodeQL Analysis
100-
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
101-
with:
102-
category: "/language:${{matrix.language}}"
103-

0 commit comments

Comments
 (0)