Skip to content

Commit 80364e9

Browse files
committed
Ruby: Repin in Cargo.toml
1 parent bf2ae98 commit 80364e9

File tree

3 files changed

+27
-35
lines changed

3 files changed

+27
-35
lines changed

ruby/extractor/Cargo.lock

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby/extractor/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ lazy_static = "1.4.0"
3434
# of lock-file update time, but `rules_rust` pins generates a bazel rule that unconditionally downloads `main`, which
3535
# breaks build hermeticity. So, rev-pinning it is.
3636
# See also https://github.com/bazelbuild/rules_rust/issues/2502.
37-
codeql-extractor = { git = "https://github.com/github/codeql.git", rev = "cee6f003fd58c64916c629f7d8b27b870d6f78c5" }
37+
codeql-extractor = { git = "https://github.com/github/codeql.git", rev = "bf2ae9890fc381dd74f87cd2a7c3f89e484e1d68" }
38+
39+
[patch.crates-io]
40+
tree-sitter = {git = "https://github.com/redsun82/tree-sitter.git", rev = "1f5c1112ceaa8fc6aff61d1852690407670d2a96"}

ruby/extractor/cargo-bazel-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)