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
36
-
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
37
-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
34
+
include:
35
+
- language: go
36
+
build-mode: autobuild
37
+
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
38
+
# Use `c-cpp` to analyze code written in C, C++ or both
39
+
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
40
+
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
41
+
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
42
+
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
43
+
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
44
+
# 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.
49
63
# By default, queries listed here will override any specified in a config file.
50
64
# Prefix the list here with "+" to use these queries and those in the config file.
51
65
52
66
# 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