Merge pull request #672 from github/henrymercer/reenable-diagnostics-summaries

Re-enable diagnostics summaries in the output logs of the `analyze` action
This commit is contained in:
Henry Mercer 2021-08-02 17:44:44 +01:00 committed by GitHub
commit fa18c6064c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
## [UNRELEASED]
No user facing changes.
- Fix an issue where a summary of diagnostics information from CodeQL was not output to the logs of the `analyze` step of the Action. [#672](https://github.com/github/codeql-action/pull/672)
## 1.0.9 - 02 Aug 2021

1
lib/codeql.js generated
View file

@ -487,6 +487,7 @@ function getCodeQLForCmd(cmd) {
"interpret-results",
threadsFlag,
"--format=sarif-latest",
"--print-diagnostics-summary",
"--print-metrics-summary",
"--sarif-group-rules-by-pack",
"-v",

File diff suppressed because one or more lines are too long

View file

@ -754,6 +754,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
"interpret-results",
threadsFlag,
"--format=sarif-latest",
"--print-diagnostics-summary",
"--print-metrics-summary",
"--sarif-group-rules-by-pack",
"-v",