We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aba88 commit 53209a2Copy full SHA for 53209a2
1 file changed
.github/action/dist/index.js
@@ -28607,7 +28607,7 @@ async function newCodeQL() {
28607
language: "yaml",
28608
path: await findCodeQL(),
28609
pack: "githubsecuritylab/actions-queries",
28610
- suite: `codeql-suites/${core.getInput("suite")}.qls`,
+ suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
28611
source_root: core.getInput("source-root"),
28612
output: core.getInput("sarif"),
28613
};
0 commit comments