Skip to content

Commit bca1cb1

Browse files
authored
Packaging: Normalize src/qlpack.yml
Port of 4) from #6605 > Dependencies from query packs to other packs are always "*" since these dependencies are always from source and we should get the latest. Compare with [C++ change](https://github.com/github/codeql/pull/6605/files#diff-0236560ca1b9c19eb7c74d8bfecd1c78005e762122f8bcdaee9eb9b20460bf9c).
1 parent 958fbc7 commit bca1cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ql/src/qlpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: codeql/ruby-queries
22
version: 0.0.2
33
suites: codeql-suites
44
dependencies:
5-
codeql/ruby-all: ^0.0.2
6-
codeql/suite-helpers: ^0.0.2
5+
codeql/ruby-all: "*"
6+
codeql/suite-helpers: "*"

0 commit comments

Comments
 (0)