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
Родитель 9bd3ae44ec
Коммит 871f06d5d5
6 изменённых файлов: 36 добавлений и 12 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -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: "*"

Просмотреть файл

@ -1,3 +1,7 @@
name: codeql-custom-queries-python
# 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
libraryPathDependencies: codeql-python
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: "*"