| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fix grouping of the analysis logs, so that custom query logs also get grouped. Capture the stdout of codeql database analyze, which contains the analysis summary from summary and diagnostic queries. Log this output in its own group, along with the baseline computed in the Action.
As produced by npm ci && npm run removeNPMAbsolutePaths.
| listeners: { | ||
| stdout: (data: Buffer) => { | ||
| output += data.toString(); | ||
| output += data.toString("utf8"); |
There was a problem hiding this comment.
@adityasharad Is CodeQL guaranteed to output UTF-8 ? Doesn't it output things in the "system" encoding to make sure things render correctly when running in a non-UTF-8 terminal?
Sorry, something went wrong.
There was a problem hiding this comment.
Good point, it uses the Java default, so that's a little harder to anticipate here. Is it better to just avoid passing in a locale?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Merge / deployment checklist