Skip to content

Commit 6492869

Browse files
authored
Merge pull request github#5562 from saritai/saritai/cli-remove-1.23-references
Remove Enterprise 1.23 special instructions and replace references
2 parents fe76b08 + 3db5dd4 commit 6492869

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ see ":doc:`About QL packs <about-ql-packs>`."
138138

139139
- For the queries used in a particular LGTM Enterprise release, check out the
140140
branch tagged with the relevant release number. For example, the branch
141-
tagged ``v1.23.0`` corresponds to LGTM Enterprise 1.23. You must use this
141+
tagged ``v1.27.0`` corresponds to LGTM Enterprise 1.27. You must use this
142142
version if you want to upload data to LGTM Enterprise. For further
143143
information, see `Preparing CodeQL databases to upload to LGTM
144144
<https://help.semmle.com/lgtm-enterprise/admin/help/prepare-database-upload.html>`__

docs/codeql/codeql-cli/testing-custom-queries.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@ on the query and the expected results until the actual results and the expected
1313
results exactly match. This topic shows you how to create test files and execute
1414
tests on them using the ``test run`` subcommand.
1515

16-
.. container:: toggle
17-
18-
.. container:: name
19-
20-
**Information for LGTM Enterprise 1.23 users**
21-
22-
CodeQL tests are a new feature in CodeQL CLI version 2.0.2.
23-
24-
If you are an LGTM Enterprise 1.23 user, you should still use CodeQL CLI
25-
version 2.0.1 to prepare databases to upload to your instance of LGTM. You
26-
can use version 2.0.2 (or newer) to test your custom queries, but databases
27-
created with versions newer than 2.0.1 are not compatible with LGTM
28-
Enterprise 1.23. For more information, see ":ref:`Getting started with the CodeQL CLI <using-two-versions-of-the-codeql-cli>`."
29-
3016
Setting up a test QL pack for custom queries
3117
--------------------------------------------
3218

docs/codeql/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ There are two ways to do this:
6464
**Click to show information for LGTM Enterprise users**
6565

6666
Your local version of the CodeQL queries and libraries should match your version of LGTM Enterprise. For example, if you
67-
use LGTM Enterprise 1.23, then you should clone the ``1.23.0`` branch of the `starter workspace <https://github.com/github/vscode-codeql-starter/>`__ (or the appropriate ``1.23.x`` branch, corresponding to each maintenance release).
67+
use LGTM Enterprise 1.27, then you should clone the ``1.27.0`` branch of the `starter workspace <https://github.com/github/vscode-codeql-starter/>`__ (or the appropriate ``1.27.x`` branch, corresponding to each maintenance release).
6868

6969
This ensures that the queries and libraries you write in VS Code also work in the query console on LGTM Enterprise.
7070

0 commit comments

Comments
 (0)