Fix: JS does not support autobuild

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-05-03 01:37:06 +02:00
parent 23b29934d3
commit 25f474210b
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
build-mode: autobuild
build-mode: ${{ matrix.language == 'go' && 'autobuild' || '' }}
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis