Skip to content

Commit 85790fc

Browse files
author
Dave Bartolomeo
authored
Merge pull request #10964 from smowton/smowton/admin/modernise-qlpacks
qlpacks: libraryPathDependencies -> dependencies
2 parents d9744c8 + f9e811b commit 85790fc

File tree

14 files changed

+24
-15
lines changed

14 files changed

+24
-15
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
libraryPathDependencies:
2-
- codeql-csharp
1+
dependencies:
2+
codeql/csharp-all: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: legacy-libraries-go
22
version: 0.0.0
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
34
libraryPathDependencies: codeql-go
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: codeql-java-consistency-queries
22
version: 0.0.0
3-
libraryPathDependencies:
4-
- codeql-java
3+
dependencies:
4+
codeql/java-all: '*'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
libraryPathDependencies:
2-
- codeql-java
1+
dependencies:
2+
codeql/java-all: '*'
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
libraryPathDependencies:
2-
- codeql-java
3-
- codeql/java-tests
4-
- codeql/java-queries
1+
dependencies:
2+
codeql/java-all: '*'
3+
codeql/java-tests: '*'
4+
codeql/java-queries: '*'
5+

misc/legacy-support/cpp/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-cpp
22
version: 0.0.0
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
34
libraryPathDependencies:
45
- codeql/cpp-all

misc/legacy-support/csharp/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-csharp
22
version: 0.0.0
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
34
libraryPathDependencies:
45
- codeql/csharp-all

misc/legacy-support/java/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-java
22
version: 0.0.0
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
34
libraryPathDependencies:
45
- codeql/java-all
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-javascript
22
version: 0.0.0
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
34
libraryPathDependencies:
45
- codeql-javascript

misc/legacy-support/python/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-python
22
version: 0.0.0
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
34
libraryPathDependencies:
45
- codeql/python-all

0 commit comments

Comments
 (0)