Add output for analyze action output path
This commit is contained in:
parent
57a11be8e4
commit
8ab72a0f47
5 changed files with 6 additions and 1 deletions
|
|
@ -262,6 +262,7 @@ async function run() {
|
|||
dbLocations[language] = util.getCodeQLDatabasePath(config, language);
|
||||
}
|
||||
core.setOutput("db-locations", dbLocations);
|
||||
core.setOutput("sarif-output", path.resolve(outputDir));
|
||||
const uploadInput = actionsUtil.getOptionalInput("upload");
|
||||
if (runStats && actionsUtil.getUploadValue(uploadInput) === "always") {
|
||||
uploadResult = await uploadLib.uploadFromActions(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue