We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fb25e commit cdb3d5eCopy full SHA for cdb3d5e
action.yml
@@ -64,7 +64,6 @@ runs:
64
}
65
66
var converted = JSON.stringify(sarif, null, 2);
67
- console.log(converted);
68
fs.writeFileSync(args[1], converted);
69
EOF
70
0 commit comments