mirror of
https://github.com/github/codeql-action.git
synced 2026-05-06 05:40:13 +00:00
Fix typo in comment
This commit is contained in:
@@ -537,7 +537,7 @@ export interface InitWithConfigStatusReport extends InitStatusReport {
|
||||
/** Stringified JSON array of registry configuration objects, from the 'registries' config field
|
||||
or workflow input. **/
|
||||
registries: string;
|
||||
/** Stringified JSON object representing a query-filters, from the 'query-filters' config field. **/
|
||||
/** Stringified JSON object representing query-filters, from the 'query-filters' config field. **/
|
||||
query_filters: string;
|
||||
/** Path to the specified code scanning config file, from the 'config-file' config field. */
|
||||
config_file: string;
|
||||
|
||||
Reference in New Issue
Block a user