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.
This commit is contained in:
Andrew Eisenberg
2021-09-15 14:58:45 -07:00
parent 08673588d3
commit 5cbf2de937
6 changed files with 36 additions and 12 deletions

View File

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