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
# 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.
59
-
# 📚 https://git.io/JvXDl
60
68
61
-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62
-
# and modify them (or add more) to build your code if your project
63
-
# uses a compiled language
64
-
65
-
#- run: |
66
-
# make bootstrap
67
-
# 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