|
core.setOutput("db-locations", dbLocations); |
|
if (runStats && actionsUtil.getRequiredInput("upload") === "true") { |
|
uploadResult = await upload_lib.uploadFromActions(outputDir, config.gitHubVersion, apiDetails, logger); |
|
core.setOutput("sarif-id", uploadResult.sarifID); |
|
} |
Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

codeql-action/lib/analyze-action.js
Lines 175 to 179 in 297ec80
Warning: The
set-outputcommand is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/