From 95688884cecd5c287b2a37d34fc4ce3a9ae52b5e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 28 Mar 2026 00:09:38 +0000 Subject: [PATCH] update ee-repo-ref to fix deprecated rand API in CI (#8577) * [ee] fix: update ee-repo-ref to fix deprecated rand API in CI Updates ee-repo-ref.txt to point to a commit that replaces deprecated rand::thread_rng().gen() with rand::rng().random() in the MITM proxy cert generation, fixing the check_ee_full CI failure. Co-Authored-By: Claude Opus 4.6 (1M context) * chore: update ee-repo-ref to 9316adc693d7f1a668df661e000109bb48b93375 This commit updates the EE repository reference after PR #495 was merged in windmill-ee-private. Previous ee-repo-ref: d311a3c6ecb50c086fb86b1f4fa3f9e62ff40df5 New ee-repo-ref: 9316adc693d7f1a668df661e000109bb48b93375 Automated by sync-ee-ref workflow. --------- Co-authored-by: Claude Opus 4.6 (1M context) Co-authored-by: windmill-internal-app[bot] --- backend/ee-repo-ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 5f5eb5d758..e92e39c3c1 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -a90b083660b372bf1da1c18769cbd50936ea8040 +9316adc693d7f1a668df661e000109bb48b93375