mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
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:
@@ -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: "*"
|
||||
|
||||
Reference in New Issue
Block a user