File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 17
17
you know what to do).
18
18
-->
19
19
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
+
20
29
## Release 2.12.6 (2023-04-04)
21
30
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
+
22
47
### New features
23
48
24
49
- Several experimental subcommands have been added in support of the
You can’t perform that action at this time.
0 commit comments