diff --git a/docs/codeql/support/conf.py b/docs/codeql/support/conf.py
index 9e650e30193..c8acb659695 100644
--- a/docs/codeql/support/conf.py
+++ b/docs/codeql/support/conf.py
@@ -43,10 +43,10 @@ project = u'Supported languages and frameworks for LGTM Enterprise'
# The short X.Y version.
# LGTM Enterprise release
-release = u'1.28'
+release = u'1.30'
# CodeQL CLI version used by LGTM Enterprise release
-version = u'2.5.9'
+version = u'2.7.6'
# -- Project-specifc options for HTML output ----------------------------------------------
diff --git a/docs/codeql/support/framework-support.rst b/docs/codeql/support/framework-support.rst
index 8f9664cf63e..d12b1a96c8f 100644
--- a/docs/codeql/support/framework-support.rst
+++ b/docs/codeql/support/framework-support.rst
@@ -3,6 +3,12 @@ Frameworks and libraries
LGTM Enterprise |release| includes CodeQL CLI |version|. The CodeQL libraries and queries used by this version of LGTM Enterprise have been explicitly checked against the libraries and frameworks listed below.
+.. pull-quote::
+
+ Note
+
+ For details of framework and library support in the most recent release of the CodeQL CLI, see `Supported languages and frameworks `__ in the CodeQL CLI documentation.
+
.. pull-quote::
Tip
diff --git a/docs/codeql/support/language-support.rst b/docs/codeql/support/language-support.rst
index 034d5db23f0..49b90693a7c 100644
--- a/docs/codeql/support/language-support.rst
+++ b/docs/codeql/support/language-support.rst
@@ -3,6 +3,12 @@ Languages and compilers
LGTM Enterprise |release| includes CodeQL CLI |version|. LGTM Enterprise supports analysis of the following languages compiled by the following compilers.
+.. pull-quote::
+
+ Note
+
+ For details of language and compiler support in the most recent release of the CodeQL CLI, see `Supported languages and frameworks `__ in the CodeQL CLI documentation.
+
Note that where there are several versions or dialects of a language, the supported variants are listed.
If your code requires a particular version of a compiler, check that this version is included below.
If you have any questions about language and compiler support, you can find help on the `GitHub Security Lab discussions board `__.