Skip to content

Commit 53209a2

Browse files
authored
build
1 parent a9aba88 commit 53209a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28607,7 +28607,7 @@ async function newCodeQL() {
2860728607
language: "yaml",
2860828608
path: await findCodeQL(),
2860928609
pack: "githubsecuritylab/actions-queries",
28610-
suite: `codeql-suites/${core.getInput("suite")}.qls`,
28610+
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
2861128611
source_root: core.getInput("source-root"),
2861228612
output: core.getInput("sarif"),
2861328613
};

0 commit comments

Comments
 (0)