Skip to content

Commit 90588b3

Browse files
author
il1v3y
committed
[CI] Disable CodeQL autobuild to avoid JS setup
1 parent 1d87762 commit 90588b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: [ 'javascript' ] # CodeQL no soporta PHP; se analiza JS/Node build files
23+
language: [ 'javascript' ] # CodeQL no soporta PHP; JS chosen to keep CodeQL signal alive
2424

2525
steps:
2626
- name: Checkout repository
@@ -30,6 +30,7 @@ jobs:
3030
uses: github/codeql-action/init@v4
3131
with:
3232
languages: ${{ matrix.language }}
33+
build-mode: none # no autobuild needed for JS when no node project present
3334

3435
- name: Perform CodeQL Analysis
3536
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)