You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-cli/about-codql-packs.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,7 @@ files and directories within the pack should be logically organized. For example
31
31
About ``qlpack.yml`` files
32
32
--------------------------
33
33
34
-
When executing commands, CodeQL scans siblings of the installation directory (and
35
-
their subdirectories) for ``qlpack.yml`` files. The metadata in the file tells
34
+
When executing query-related commands, CodeQL first looks in the package cache for CodeQL packs which have already been downloaded. If a suitable pack cannot be found, then CodeQL scans siblings of the installation directory (and their subdirectories) for ``qlpack.yml`` files. The metadata in the file tells
36
35
CodeQL how to compile queries, what libraries the pack depends on, and where to
0 commit comments