Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 907179c

Browse files
committed
Explain GitHub Packages as GitHub Container Registry (GHCR).
1 parent 228e493 commit 907179c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Packaging custom QL queries
5454

5555
Note
5656

57-
The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packages are available only in the GitHub Package Registry (GHPR). You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
57+
The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packages are available only in GitHub Packages - the GitHub Container Registry (GHCR). You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
5858

5959

6060
When writing your own queries, you can either just save them in a custom QL pack
6161
directory or subsequently include the pack in a CodeQL package which you can
62-
then upload to the GitHub Package Registry (GHPR).
62+
then upload to GitHub Packages - the GitHub Container Registry (GHCR).
6363

6464
QL packs organize the files used in CodeQL analysis and can store queries,
6565
library files, query suites, and important metadata. Their root directory must
@@ -73,7 +73,7 @@ about what to include in this file, see ":ref:`About QL packs <about-ql-packs>`.
7373

7474
CodeQL packages are used to create, share, depend on, and run CodeQL queries and
7575
libraries. You can publish your own CodeQL packages and download ones created by
76-
others via the the GitHub Package Registry (GHPR). For further information see
76+
others via the the Container registry. For further information see
7777
":ref:`About CodeQL packs <about-codeql-packs>`."
7878

7979
Contributing to the CodeQL repository

0 commit comments

Comments
 (0)