fix(git-sync): audit the admin grant fork pulls make

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-09-14 18:17:51 +02:00
co-authored by Claude Opus 5
parent 0cd62c0320
commit bb8b9fa8b2
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -15726,6 +15726,7 @@ dependencies = [
"tokio",
"tracing",
"uuid",
"windmill-audit",
"windmill-common",
"windmill-dep-map",
"windmill-queue",
+1 -1
View File
@@ -1 +1 @@
9b0192411568d7a2a1ca078283652452b56c60fb
59056cfdfc3df098d38dd852238ef52b7330bbe0
+3 -2
View File
@@ -9,8 +9,8 @@ name = "windmill_git_sync"
path = "./src/lib.rs"
[features]
private = ["windmill-common/private", "windmill-dep-map/private"]
enterprise = ["windmill-queue/enterprise", "windmill-common/enterprise"]
private = ["windmill-common/private", "windmill-dep-map/private", "windmill-audit/private"]
enterprise = ["windmill-queue/enterprise", "windmill-common/enterprise", "windmill-audit/enterprise"]
all_sqlx_features = ["enterprise"]
default = []
@@ -23,5 +23,6 @@ tracing.workspace = true
windmill-common = { workspace = true, default-features = false }
windmill-queue.workspace = true
windmill-dep-map.workspace = true
windmill-audit.workspace = true
regex = "1.10.3"
tokio = { workspace = true, features = ["full"] }