We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678f99b commit a9aba88Copy full SHA for a9aba88
.github/action/src/codeql.ts
@@ -25,7 +25,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
25
language: "yaml",
26
path: await findCodeQL(),
27
pack: "githubsecuritylab/actions-queries",
28
- suite: `codeql-suites/${core.getInput("suite")}.qls`,
+ suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
29
source_root: core.getInput("source-root"),
30
output: core.getInput("sarif"),
31
};
0 commit comments