mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Add useAllPlatformBundle
This commit is contained in:
@@ -184,6 +184,11 @@ function main(): void {
|
||||
}
|
||||
}
|
||||
|
||||
let useAllPlatformBundle = "false"; // Default to false
|
||||
if (checkSpecification.useAllPlatformBundle) {
|
||||
useAllPlatformBundle = checkSpecification.useAllPlatformBundle;
|
||||
}
|
||||
|
||||
// Construct the workflow steps needed for this check.
|
||||
const steps: any[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user