You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use only 'java' to analyze code written in Java, Kotlin or both
38
-
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
39
-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
40
-
36
+
include:
37
+
- language: go
38
+
build-mode: autobuild
39
+
- language: javascript-typescript
40
+
build-mode: none
41
+
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
42
+
# Use `c-cpp` to analyze code written in C, C++ or both
43
+
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
44
+
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
45
+
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
46
+
# see https://docs.github.com./en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
47
+
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
48
+
# your codebase is analyzed, see https://docs.github.com./en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.
# If you wish to specify custom queries, you can do so here or in a config file.
51
60
# By default, queries listed here will override any specified in a config file.
52
61
# Prefix the list here with "+" to use these queries and those in the config file.
53
62
54
63
# For more details on CodeQL's query packs, refer to: https://docs.github.com./en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
0 commit comments