Legacy support qlpacks: continue using libraryPathDependencies; add a comment noting this is obsolete.

This commit is contained in:
Chris Smowton 2022-10-28 16:44:15 +01:00
Родитель 5ad5cdce47
Коммит f9e811bddf
6 изменённых файлов: 17 добавлений и 12 удалений

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

@ -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