mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Shared packs: Depend on codeql/tutorial from all language libraries
This allows `import tutorial` from queries targeting any language, just like before, while removing the duplicate copies of `tutorial.qll`.
This commit is contained in:
@@ -6,7 +6,8 @@ dbscheme: ruby.dbscheme
|
||||
upgrades: upgrades
|
||||
library: true
|
||||
dependencies:
|
||||
codeql/ssa: ${workspace}
|
||||
codeql/regex: ${workspace}
|
||||
codeql/ssa: ${workspace}
|
||||
codeql/tutorial: ${workspace}
|
||||
dataExtensions:
|
||||
- codeql/ruby/frameworks/**/model.yml
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user