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