diff --git a/github-actions/scan/dist/index.js b/github-actions/scan/dist/index.js index a6e44e936..c902f39d8 100644 --- a/github-actions/scan/dist/index.js +++ b/github-actions/scan/dist/index.js @@ -29396,7 +29396,6 @@ function setOutput(field, value, dataFormat) { throw new Error(`No access to file ${filePath}`); } external_fs_.appendFileSync(filePath, `${field}=${valuestring}${external_os_.EOL}`); - external_fs_.appendFileSync(filePath, `greeting=Hello SecHub${external_os_.EOL}`); // core.setOutput(field, value.toString()); // Ensure value is converted to a string as GitHub Actions expects output variables to be strings. }