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
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
41
+
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', '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
# ℹ️ Command-line programs to run using the OS shell.
64
-
# 📚 https://git.io/JvXDl
65
-
66
-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
67
-
# and modify them (or add more) to build your code if your project
68
-
# uses a compiled language
69
-
70
-
#- run: |
71
-
# make bootstrap
72
-
# make release
69
+
# 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