use the new additional suites
This commit is contained in:
parent
30f7117e6a
commit
50dcaaf00d
6 changed files with 84 additions and 36 deletions
|
|
@ -18,7 +18,7 @@ export class ExternalQuery {
|
|||
}
|
||||
|
||||
// The set of acceptable values for built-in suites from the codeql bundle
|
||||
const builtinSuites = ['security-experimental', 'security-and-quality'] as const;
|
||||
const builtinSuites = ['security-extended', 'security-and-quality'] as const;
|
||||
// Derive the union type from the array values
|
||||
type BuiltInSuite = typeof builtinSuites[number];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue