1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-02-25 10:40:20 -05:00

remove js from codeql

This commit is contained in:
Walter Boring 2025-12-09 17:44:24 -05:00
parent d0dfaa42e6
commit 37f8c62265

View File

@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript', 'python' ]
language: [ 'python' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both