зеркало из https://github.com/github/codeql.git
Legacy support qlpacks: continue using libraryPathDependencies; add a comment noting this is obsolete.
This commit is contained in:
Родитель
5ad5cdce47
Коммит
f9e811bddf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче