mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Support splitting of DB creation and query execution
This commit is contained in:
@@ -24,6 +24,10 @@ inputs:
|
||||
description: Specify whether or not to add code snippets to the output sarif file.
|
||||
required: false
|
||||
default: "false"
|
||||
skip-queries:
|
||||
description: If this option is set, the CodeQL database will be built but no queries will be run on it. Thus, no results will be produced.
|
||||
required: false
|
||||
default: "false"
|
||||
threads:
|
||||
description: The number of threads to be used by CodeQL.
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user