File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 you know what to do).
1818-->
1919
20+ ## Release 2.12.6 (2023-04-04)
21+
22+ ### New features
23+
24+ - Several experimental subcommands have been added in support of the
25+ new [ code scanning tool status page] ( https://github.blog/changelog/2023-03-28-code-scanning-shows-the-health-of-tools-enabled-on-a-repository/ ) .
26+ These include ` codeql database add-diagnostic ` ,
27+ ` codeql database export-diagnostics ` , and the
28+ ` codeql diagnostic add ` and ` codeql diagnostic export ` plumbing
29+ subcommands.
30+
31+ ### Bugs fixed
32+
33+ - Fixed a bug in ` codeql database analyze ` and related commands
34+ where the ` --max-paths ` option was not respected correctly when
35+ multiple alerts with the same primary code location were grouped together.
36+ (This grouping is the default behavior unless the ` --no-group-alerts `
37+ option is passed.)
38+ This bug caused some SARIF files produced by CodeQL to exceed the limits
39+ on the number of paths (` threadFlows ` ) accepted by code scanning,
40+ leading to errors when uploading results.
41+
42+
2043## Release 2.12.5 (2023-03-21)
2144
2245### New features
You can’t perform that action at this time.
0 commit comments