Skip to content

Commit 0604b4c

Browse files
committed
Changelog mergeback for versions prior to 2.17.0
1 parent 839ca60 commit 0604b4c

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.12.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ New Features
5353
|link-code-paths-and-code-paths-ignore-configuration-1|_.
5454

5555
* In the VS Code extension, recursive calls will be marked with inlay hints. These can be disabled with the global inlay hints setting
56-
(:code:`editor.inlayHints.enabled`). If you just want to disable them for
57-
codeql the settings can be scoped to just codeql files (language id is :code:`ql`).
56+
(:code:`editor.inlayHints.enabled`). If you just want to disable them for codeql the settings can be scoped to just codeql files (language id is :code:`ql`).
5857
See `Language Specific Editor Settings <https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings>`__ in the VS Code documentation for more information.
5958

6059
* The CLI now gives a more helpful error message when asked to run queries on a database that has not been finalized.

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.12.6.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ New Features
3838
Known Issues
3939
~~~~~~~~~~~~
4040

41-
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1.
41+
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1.
4242

4343
This issue occurs when uploading certain kinds of diagnostic information and causes the subcommand to fail with "A fatal error occurred: Invalid SARIF.", reporting an :code:`InvalidDefinitionException`.
4444

45-
Customers who wish to use CodeQL 2.12.6 or 2.13.0 can
46-
work around the problem by passing :code:`--no-sarif-include-diagnostics` to any invocations of :code:`codeql database analyze` or :code:`codeql database interpret-results`.
45+
Customers who wish to use CodeQL 2.12.6 or 2.13.0 can work around the problem by passing :code:`--no-sarif-include-diagnostics` to any invocations of :code:`codeql database analyze` or :code:`codeql database interpret-results`.
4746

4847
Query Packs
4948
-----------

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.13.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ New Features
7373
Known Issues
7474
~~~~~~~~~~~~
7575

76-
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1. For more information, see the
76+
* We recommend that customers using the CodeQL CLI in a third party CI system do not upgrade to this release, due to an issue with :code:`codeql github upload-results`. Instead, please use CodeQL 2.12.5, or, when available, CodeQL 2.12.7 or 2.13.1. For more information, see the
7777
"Known issues" section for CodeQL 2.12.6.
7878

7979
Query Packs

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.13.3.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Bug Fixes
2626

2727
* Fixed a bug that could have caused the compiler to incorrectly infer that a class matched a type signature. The bug only affected classes with overriding member predicates that had stronger binding sets than their root definitions.
2828

29-
* Fixed a bug where a query could not be run from VS Code when there were packs nested within sibling directories
30-
of the query.
29+
* Fixed a bug where a query could not be run from VS Code when there were packs nested within sibling directories of the query.
3130

3231
New Features
3332
~~~~~~~~~~~~

0 commit comments

Comments
 (0)