Skip to content

Commit f060296

Browse files
committed
Update beta note with details of release
1 parent 070554e commit f060296

7 files changed

+11
-11
lines changed

docs/codeql/codeql-cli/about-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
About CodeQL packs
44
==================
55

6-
.. include:: ../reusables/beta-note-package-manager.rst
6+
.. include:: ../reusables/beta-note-package-management.rst
77

88
CodeQL packs are used to create, share, depend on, and run CodeQL queries and libraries. You can publish your own CodeQL packs and download packs created by others. CodeQL packs contain queries, library files, query suites, and metadata.
99

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ see ":doc:`Using custom queries with the CodeQL CLI <using-custom-queries-with-t
111111
Running a CodeQL pack
112112
~~~~~~~~~~~~~~~~~~~~~
113113

114-
.. include:: ../reusables/beta-note-package-manager.rst
114+
.. include:: ../reusables/beta-note-package-management.rst
115115

116116
To run an existing CodeQL query pack from the GitHub Container registry, you need to download it first::
117117

@@ -168,7 +168,7 @@ If the analysis found fewer results for standard queries than you expected, revi
168168
Integrating a CodeQL pack into a code scanning workflow in GitHub
169169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170170

171-
.. include:: ../reusables/beta-note-package-manager.rst
171+
.. include:: ../reusables/beta-note-package-management.rst
172172

173173
You can use CodeQL query packs in your Code Scanning setup. This allows you to select query packs published by various sources and use them to analyze your code.
174174
For more information, see "`Using CodeQL query packs in the CodeQL action <https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-codeql-query-packs/>`_" or "`Downloading and using CodeQL query packs in your CI system <https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system#downloading-and-using-codeql-query-packs>`_."

docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Creating and working with CodeQL packs
55

66
You can use CodeQL packs to create, share, depend on, and run CodeQL queries and libraries.
77

8-
.. include:: ../reusables/beta-note-package-manager.rst
8+
.. include:: ../reusables/beta-note-package-management.rst
99

1010
About CodeQL packs and the CodeQL CLI
1111
-------------------------------------

docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Publishing and using CodeQL packs
55

66
You can publish your own CodeQL packs and use packs published by other people.
77

8-
.. include:: ../reusables/beta-note-package-manager.rst
8+
.. include:: ../reusables/beta-note-package-management.rst
99

1010
Configuring the ``qlpack.yml`` file before publishing
1111
-----------------------------------------------------

docs/codeql/codeql-cli/using-custom-queries-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For more information about these metadata properties, see ":ref:`Metadata for Co
5252
Packaging custom QL queries
5353
---------------------------
5454

55-
.. include:: ../reusables/beta-note-package-manager.rst
55+
.. include:: ../reusables/beta-note-package-management.rst
5656

5757
When you write your own queries, you should save them in a custom QL pack
5858
directory. When you are ready to share your queries with other users, you can publish the pack as a CodeQL pack to GitHub Packages - the GitHub Container registry.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. pull-quote::
2+
3+
Note
4+
5+
The CodeQL package management functionality, including CodeQL packs, is currently available as a beta release and is subject to change. During the beta release, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. To use this beta functionality, install the beta release of the CodeQL CLI bundle from: https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.6.0-beta.1.

docs/codeql/reusables/beta-note-package-manager.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)