Merge pull request #2935 from github/mbg/interpret-cq-results · github/codeql-action@4c57370 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 4c57370
Merge pull request #2935 from github/mbg/interpret-cq-results
Produce separate SARIF file for `quality-queries` alerts
29 files changed
Lines changed: 593 additions & 118 deletions
File tree
Lines changed: 40 additions & 23 deletions
Lines changed: 78 additions & 0 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th | ||
| 4 | 4 | |
| 5 | 5 | ## [UNRELEASED] |
| 6 | 6 | |
| 7 | -No user facing changes. | |
| 7 | +- Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [#2376](https://github.com/github/codeql-action/pull/2935) | |
| 8 | 8 | |
| 9 | 9 | ## 3.29.1 - 27 Jun 2025 |
| 10 | 10 |
Lines changed: 5 additions & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 40 additions & 2 deletions