Add alternate value

This commit is contained in:
Jorge
2024-03-14 17:21:26 +01:00
committed by GitHub
parent 678f99b6be
commit a9aba88bc5

View File

@@ -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"),
};