mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
pin the version of tree-sitter-ql-dbscheme / tree-sitter-ql
This commit is contained in:
committed by
erik-krogh
parent
1e3306d341
commit
774ae0e5da
@@ -10,8 +10,8 @@ edition = "2018"
|
||||
flate2 = "1.0"
|
||||
node-types = { path = "../node-types" }
|
||||
tree-sitter = ">= 0.19, < 0.21"
|
||||
tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git"}
|
||||
tree-sitter-ql-dbscheme = { git = "https://github.com/tausbn/tree-sitter-ql-dbscheme.git"}
|
||||
tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git", rev = "24c72ad09f05982df4085c481d9b02ba9e79e7fc"}
|
||||
tree-sitter-ql-dbscheme = { git = "https://github.com/tausbn/tree-sitter-ql-dbscheme.git", rev = "ad0c1485aa1e61b727a986d82c7fab4cd21ca723"}
|
||||
tree-sitter-ql-yaml = {git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "c9d7d8de9fab75f39d5bc7bdf3a6e5151bb9b3bd"}
|
||||
clap = "2.33"
|
||||
tracing = "0.1"
|
||||
|
||||
@@ -11,6 +11,6 @@ clap = "2.33"
|
||||
node-types = { path = "../node-types" }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
|
||||
tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git" }
|
||||
tree-sitter-ql-dbscheme = { git = "https://github.com/tausbn/tree-sitter-ql-dbscheme.git"}
|
||||
tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git", rev = "24c72ad09f05982df4085c481d9b02ba9e79e7fc"}
|
||||
tree-sitter-ql-dbscheme = { git = "https://github.com/tausbn/tree-sitter-ql-dbscheme.git", rev = "ad0c1485aa1e61b727a986d82c7fab4cd21ca723"}
|
||||
tree-sitter-ql-yaml = {git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "c9d7d8de9fab75f39d5bc7bdf3a6e5151bb9b3bd"}
|
||||
|
||||
Reference in New Issue
Block a user