Skip to content

Commit 65c2477

Browse files
committed
Add reference to Source Dependencies section
1 parent 3f7a34d commit 65c2477

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ core query pack:
312312
313313
Some extra notes on the following properties:
314314

315-
- ``dependencies``: This query pack depends on ``codeql/cpp-all`` and ``codeql/suite-helpers``. Since these dependencies are resolved from source, it does not matter what version of the CodeQL pack they are compatible with.
315+
- ``dependencies``: This query pack depends on ``codeql/cpp-all`` and ``codeql/suite-helpers``. Since these dependencies are resolved from source, it does not matter what version of the CodeQL pack they are compatible with. For more information about resolving dependencies from source, see ":ref:`Source Dependencies <source-dependencies>`."
316316
- ``suites``: Indicates the directory containing "well-known" query suites.
317317
- ``defaultSuiteFile``: The name of the default query suite file that is used when no query suite is specified.
318318

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To verify that your ``codeql-workspace.yml`` file includes the CodeQL packs that
3434

3535
.. _source-dependencies:
3636

37-
Source dependencies
37+
Source Dependencies
3838
-------------------
3939

4040
Source dependencies are CodeQL packs that are resolved from the local file system outside of the CodeQL package cache. These dependencies can be in the same CodeQL workspace, or specified as a path option using the ``--additional-packs`` argument. When you compile and run queries locally, source dependencies override any dependencies found in the CodeQL package cache as well as version constraints defined in the ``qlpack.yml``. All references to CodeQL packs in the same workspace are resolved as source dependencies.

0 commit comments

Comments
 (0)