Skip to content

Commit 20c35f9

Browse files
committed
Update changelog for 2.12.7
1 parent 37f8548 commit 20c35f9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,33 @@
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

0 commit comments

Comments
 (0)