With1.6.0
Properties
-
-
-
-
link`build-mode`: ("none"|"autobuild"|"manual")?Source
The build mode that will be used to analyze the language. This input is only available when analyzing a single CodeQL language per job, for example using a matrix. Available build modes will differ based on the language being analyzed. One of:
none: The database will be created without building the source code. Available for all interpreted languages and some compiled languages.autobuild: The database will be created by attempting to automatically build the source code. Available for all compiled languages.manual: The database will be created by building the source code using a manually specified build command. To use this build mode, specify manual build steps in your workflow between theinitandanalyzesteps. Available for all compiled languages.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
link
The amount of memory in MB that can be used by CodeQL extractors. By default, CodeQL extractors will use most of the memory available in the system (which for GitHub-hosted runners is 6GB for Linux, 5.5GB for Windows, and 13GB for macOS). This input also sets the amount of memory that can later be used by the "analyze" action.
-
link
The number of threads that can be used by CodeQL extractors. By default, CodeQL extractors will use all the hardware threads available in the system (which for GitHub-hosted runners is 2 for Linux and Windows and 3 for macOS). This input also sets the number of threads that can later be used by the "analyze" action.
-
-
-
-
-
-
By default, the Action will use the recommended version of the CodeQL Bundle to analyze your project. You can override this choice using this input. One of:
linkedwhich uses the version of the CodeQL tools that the Action has been bundled with.nightlywhich uses the latest nightly version of the CodeQL tools. Note that this is unstable and not recommended for production use.