Skip to content

Commit

Permalink
Merge pull request #100 from advanced-security/extractor-5
Browse files Browse the repository at this point in the history
Extractor v0.0.5
  • Loading branch information
GeekMasher authored Nov 1, 2023
2 parents d805e86 + f8df543 commit fd709aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codeql-extractor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "iac"
display_name: "IAC"
version: 0.0.4
version: 0.0.5
column_kind: "utf8"
legacy_qltest_extraction: true
github_api_languages:
Expand Down
3 changes: 2 additions & 1 deletion extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
rayon = "1.8.0"
regex = "1.10.2"
codeql-extractor = { git = "https://github.com/github/codeql", rev = "67a0112fcbd02c797f070fe9a534394a11218b98" }
# 2.15.0
codeql-extractor = { git = "https://github.com/github/codeql", rev = "a08356979f5f59ab0f1218d12fe4e8c2eb664997" }

0 comments on commit fd709aa

Please sign in to comment.