mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
Document queries parameter for databaseRunQueries
This commit is contained in:
@@ -157,7 +157,9 @@ export interface CodeQL {
|
||||
dbName: string,
|
||||
): Promise<void>;
|
||||
/**
|
||||
* Run 'codeql database run-queries'.
|
||||
* Run 'codeql database run-queries'. If no `queries` are specified, then the CLI
|
||||
* will automatically use the `config-queries.qls` (if it exists) or default queries
|
||||
* for the language.
|
||||
*/
|
||||
databaseRunQueries(
|
||||
databasePath: string,
|
||||
|
||||
Reference in New Issue
Block a user