mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Add alternate value
This commit is contained in:
2
.github/action/src/codeql.ts
vendored
2
.github/action/src/codeql.ts
vendored
@@ -25,7 +25,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
|
||||
language: "yaml",
|
||||
path: await findCodeQL(),
|
||||
pack: "githubsecuritylab/actions-queries",
|
||||
suite: `codeql-suites/${core.getInput("suite")}.qls`,
|
||||
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
|
||||
source_root: core.getInput("source-root"),
|
||||
output: core.getInput("sarif"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user