This commit is contained in:
Jorge
2024-03-14 16:14:33 +00:00
committed by GitHub
parent a9057a7386
commit 678f99b6be

View File

@@ -28607,7 +28607,7 @@ async function newCodeQL() {
language: "yaml",
path: await findCodeQL(),
pack: "githubsecuritylab/actions-queries",
suite: "codeql-suites/actions-code-scanning.qls",
suite: `codeql-suites/${core.getInput("suite")}.qls`,
source_root: core.getInput("source-root"),
output: core.getInput("sarif"),
};