Update codeql.yml

This commit is contained in:
DaanSelen
2025-06-04 23:35:12 +02:00
committed by GitHub
parent b5a023f4e0
commit 67073c5ee5

View File

@@ -44,9 +44,9 @@ jobs:
matrix:
include:
- language: 'python'
build-mode: auto
build-mode: autobuild
- language: 'go'
build-mode: auto
build-mode: autobuild
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both