Skip to content

Commit ee63e60

Browse files
committed
qlpacks: libraryPathDependencies -> dependencies
1 parent caf9ac5 commit ee63e60

File tree

13 files changed

+29
-25
lines changed

13 files changed

+29
-25
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: legacy-libraries-go
22
version: 0.0.0
3-
libraryPathDependencies: codeql-go
3+
dependencies:
4+
codeql/go-all: '*'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-cpp
22
version: 0.0.0
3-
libraryPathDependencies:
4-
- codeql/cpp-all
3+
dependencies:
4+
codeql/cpp-all: '*'

misc/legacy-support/csharp/qlpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-csharp
22
version: 0.0.0
3-
libraryPathDependencies:
4-
- codeql/csharp-all
3+
dependencies:
4+
codeql/csharp-all: '*'

misc/legacy-support/java/qlpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-java
22
version: 0.0.0
3-
libraryPathDependencies:
4-
- codeql/java-all
3+
dependencies:
4+
codeql/java-all: '*'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-javascript
22
version: 0.0.0
3-
libraryPathDependencies:
4-
- codeql-javascript
3+
dependencies:
4+
codeql/javascript-all: '*'

misc/legacy-support/python/qlpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-python
22
version: 0.0.0
3-
libraryPathDependencies:
4-
- codeql/python-all
3+
dependencies:
4+
codeql/python-all: '*'

0 commit comments

Comments
 (0)