Files
Andrew Eisenberg 5cbf2de937 Packaging: Update qlpack.yml files for packaging
Converts the qlpack.yml files to use the modern packaging
format.

This retains the ql and codeql-qo submodules so that users
are not required to download packages from the registry.
Therefore, the qlpack.lock.yml files are empty since all
dependencies are found locally.
2021-09-15 16:10:07 -07:00

8 lines
319 B
YAML

# Change 'getting-started' to a user name or organization that you have write access to
name: getting-started/codeql-extra-queries-python
version: 0.0.0
dependencies:
# This uses the latest version of the codeql/python-all library.
# You may want to change to a more precise semver string.
codeql/python-all: "*"