mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Legacy support qlpacks: continue using libraryPathDependencies; add a comment noting this is obsolete.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: legacy-libraries-go
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/go-all: '*'
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies: codeql-go
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name: legacy-libraries-cpp
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/cpp-all: '*'
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/cpp-all
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name: legacy-libraries-csharp
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/csharp-all: '*'
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/csharp-all
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name: legacy-libraries-java
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/java-all: '*'
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/java-all
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name: legacy-libraries-javascript
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/javascript-all: '*'
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql-javascript
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name: legacy-libraries-python
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/python-all: '*'
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies:
|
||||
- codeql/python-all
|
||||
|
||||
Reference in New Issue
Block a user