From 2265717c410fd631aadab1fe76550b6ace45a250 Mon Sep 17 00:00:00 2001 From: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:38:39 -0500 Subject: [PATCH] chore: Fix lock version for 9.3.2 Release (#5634) * Min stack mv_contains --- ..._high_number_of_protected_branch_force_pushes_by_user.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/integrations/github/impact_high_number_of_protected_branch_force_pushes_by_user.toml b/rules/integrations/github/impact_high_number_of_protected_branch_force_pushes_by_user.toml index 1dfff46b2..46a8c27fb 100644 --- a/rules/integrations/github/impact_high_number_of_protected_branch_force_pushes_by_user.toml +++ b/rules/integrations/github/impact_high_number_of_protected_branch_force_pushes_by_user.toml @@ -2,7 +2,9 @@ creation_date = "2025/12/16" integration = ["github"] maturity = "production" -updated_date = "2026/01/12" +min_stack_comments = "mv_contains ES|QL function only available post 9.2 in tech preview" +min_stack_version = "9.2.0" +updated_date = "2026/01/27" [rule] author = ["Elastic"]