mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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
|
name: legacy-libraries-go
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||||
codeql/go-all: '*'
|
libraryPathDependencies: codeql-go
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: legacy-libraries-cpp
|
name: legacy-libraries-cpp
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||||
codeql/cpp-all: '*'
|
libraryPathDependencies:
|
||||||
|
- codeql/cpp-all
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: legacy-libraries-csharp
|
name: legacy-libraries-csharp
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||||
codeql/csharp-all: '*'
|
libraryPathDependencies:
|
||||||
|
- codeql/csharp-all
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: legacy-libraries-java
|
name: legacy-libraries-java
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||||
codeql/java-all: '*'
|
libraryPathDependencies:
|
||||||
|
- codeql/java-all
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: legacy-libraries-javascript
|
name: legacy-libraries-javascript
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||||
codeql/javascript-all: '*'
|
libraryPathDependencies:
|
||||||
|
- codeql-javascript
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: legacy-libraries-python
|
name: legacy-libraries-python
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
dependencies:
|
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||||
codeql/python-all: '*'
|
libraryPathDependencies:
|
||||||
|
- codeql/python-all
|
||||||
|
|||||||
Reference in New Issue
Block a user