Skip to content

Commit 17c8033

Browse files
authored
Merge branch 'main' into add-activerecord-annotate
2 parents f54fc1a + a1d9228 commit 17c8033

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

docs/codeql/codeql-overview/supported-languages-and-frameworks.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ CodeQL.
1111
Languages and compilers
1212
#######################
1313

14-
CodeQL supports the following languages and compilers.
14+
The current versions of the CodeQL CLI (`changelog <https://github.com/github/codeql-cli-binaries/blob/main/CHANGELOG.md>`__, `releases <https://github.com/github/codeql-cli-binaries/releases>`__),
15+
CodeQL library packs (`source <https://github.com/github/codeql/tree/codeql-cli/latest>`__),
16+
and CodeQL bundle (`releases <https://github.com/github/codeql-action/releases>`__)
17+
support the following languages and compilers.
1518

1619
.. include:: ../support/reusables/versions-compilers.rst
1720

1821
Frameworks and libraries
1922
########################
2023

21-
The libraries and queries in the current version of CodeQL have been explicitly checked against the libraries and frameworks listed below.
24+
The current versions of the CodeQL library and query packs (`source <https://github.com/github/codeql/tree/codeql-cli/latest>`__) have been explicitly checked against the libraries and frameworks listed below.
2225

2326
.. pull-quote::
2427

docs/codeql/support/reusables/frameworks.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
C and C++ built-in support
22
================================
33

4+
Provided by the current versions of the
5+
CodeQL query pack ``codeql/cpp-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/cpp/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/cpp/ql/src>`__)
6+
and the CodeQL library pack ``codeql/cpp-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/cpp/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/cpp/ql/lib>`__).
7+
48
.. csv-table::
59
:header-rows: 1
610
:class: fullWidthTable
@@ -14,6 +18,10 @@ C and C++ built-in support
1418
C# built-in support
1519
================================
1620

21+
Provided by the current versions of the
22+
CodeQL query pack ``codeql/csharp-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/csharp/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/csharp/ql/src>`__)
23+
and the CodeQL library pack ``codeql/csharp-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/csharp/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/csharp/ql/lib>`__).
24+
1725
.. csv-table::
1826
:header-rows: 1
1927
:class: fullWidthTable
@@ -33,6 +41,10 @@ C# built-in support
3341
Go built-in support
3442
================================
3543

44+
Provided by the current versions of the
45+
CodeQL query pack ``codeql/go-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/go/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/go/ql/src>`__)
46+
and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/go/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/go/ql/lib>`__).
47+
3648
.. csv-table::
3749
:header-rows: 1
3850
:class: fullWidthTable
@@ -84,6 +96,10 @@ Go built-in support
8496
Java built-in support
8597
==================================
8698

99+
Provided by the current versions of the
100+
CodeQL query pack ``codeql/java-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/java/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/java/ql/src>`__)
101+
and the CodeQL library pack ``codeql/java-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/java/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/java/ql/lib>`__).
102+
87103
.. csv-table::
88104
:header-rows: 1
89105
:class: fullWidthTable
@@ -113,6 +129,10 @@ Java built-in support
113129
JavaScript and TypeScript built-in support
114130
=======================================================
115131

132+
Provided by the current versions of the
133+
CodeQL query pack ``codeql/javascript-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/javascript/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/javascript/ql/src>`__)
134+
and the CodeQL library pack ``codeql/javascript-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/javascript/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/javascript/ql/lib>`__).
135+
116136
.. csv-table::
117137
:header-rows: 1
118138
:class: fullWidthTable
@@ -156,6 +176,10 @@ JavaScript and TypeScript built-in support
156176
Python built-in support
157177
====================================
158178

179+
Provided by the current versions of the
180+
CodeQL query pack ``codeql/python-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/python/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/python/ql/src>`__)
181+
and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/python/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/python/ql/lib>`__).
182+
159183
.. csv-table::
160184
:header-rows: 1
161185
:class: fullWidthTable

0 commit comments

Comments
 (0)