1
0
mirror of https://github.com/XFox111/backbone.git synced 2026-04-22 07:17:59 +03:00

fix(ci): disable autobuild for codeql

This commit is contained in:
2025-09-03 11:33:11 +03:00
committed by GitHub
parent 9c5c09ebec
commit 46c6de9785
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- language: actions
build-mode: none
- language: csharp
build-mode: autobuild
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', '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