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.7 (2023-04-18)
21+
22+ ### Bugs fixed
23+
24+ - Fixed a bug in ` codeql database upload-results ` where the subcommand
25+ would fail with "A fatal error occurred: Invalid SARIF.", reporting
26+ an ` InvalidDefinitionException ` . This issue occurred when the SARIF
27+ file contained certain kinds of diagnostic information.
28+
2029## Release 2.12.6 (2023-04-04)
2130
31+ ### Known issues
32+
33+ - We recommend that customers using the CodeQL CLI in a third party CI
34+ system do not upgrade to this release, due to an issue with `codeql
35+ github upload-results`. Instead, please use CodeQL 2.12.5, or, when
36+ available, CodeQL 2.12.7 or 2.13.1.
37+
38+ This issue occurs when uploading certain kinds of diagnostic information and
39+ causes the subcommand to fail with "A fatal error occurred: Invalid
40+ SARIF.", reporting an ` InvalidDefinitionException ` .
41+
42+ Customers who wish to use CodeQL 2.12.6 or 2.13.0 can
43+ work around the problem by passing ` --no-sarif-include-diagnostics `
44+ to any invocations of ` codeql database analyze ` or `codeql database
45+ interpret-results`.
46+
2247### New features
2348
2449- Several experimental subcommands have been added in support of the
You can’t perform that action at this time.
0 commit comments