mirror of
https://github.com/github/codeql.git
synced 2026-02-01 07:42:57 +01:00
Add reference to Source Dependencies section
This commit is contained in:
@@ -312,7 +312,7 @@ core query pack:
|
||||
|
||||
Some extra notes on the following properties:
|
||||
|
||||
- ``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.
|
||||
- ``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>`."
|
||||
- ``suites``: Indicates the directory containing "well-known" query suites.
|
||||
- ``defaultSuiteFile``: The name of the default query suite file that is used when no query suite is specified.
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ To verify that your ``codeql-workspace.yml`` file includes the CodeQL packs that
|
||||
|
||||
.. _source-dependencies:
|
||||
|
||||
Source dependencies
|
||||
Source Dependencies
|
||||
-------------------
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user