Skip to content

Commit a9aba88

Browse files
authored
Add alternate value
1 parent 678f99b commit a9aba88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/action/src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
2525
language: "yaml",
2626
path: await findCodeQL(),
2727
pack: "githubsecuritylab/actions-queries",
28-
suite: `codeql-suites/${core.getInput("suite")}.qls`,
28+
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
2929
source_root: core.getInput("source-root"),
3030
output: core.getInput("sarif"),
3131
};

0 commit comments

Comments
 (0)