Skip to content

Commit 0fd4378

Browse files
committed
feat(cargo): Update cargo
1 parent 9e7dea4 commit 0fd4378

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "codeql-extractor-action"
33
description = "GitHub Action for CodeQL Extractors"
44
version = "0.0.3"
5+
authors = ["GeekMasher"]
56

67
license = "MIT"
78

@@ -19,8 +20,9 @@ tokio = { version = "1", features = ["full"] }
1920
anyhow = "1"
2021
thiserror = "2"
2122
dotenvy = "0.15"
23+
glob = "0.3"
2224
# Actions
23-
ghactions = { version = "^0.16", features = ["dotenvy", "log", "generate", "octocrab", "toolcache-zip"] }
25+
ghactions = { version = "^0.16", features = ["dotenvy", "log", "generate", "octocrab", "toolcache-all"] }
2426
ghactions-core = { version = "^0.16" }
2527

2628
ghastoolkit = { version = "^0.8", features = ["toolcache"] }

0 commit comments

Comments
 (0)