Patch rules_graalvm to avoid using deprecated ctx.resolve_tools

Fix Bazel build with Bazel@HEAD: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4181#019265b3-8ad1-45e3-b9a6-b32812ef6bfd

PiperOrigin-RevId: 683102846
Change-Id: I62d9a103f4a349af57b8655695eb89c01aa54766
diff --git a/BUILD b/BUILD
index 46edc42..0d6ed38 100644
--- a/BUILD
+++ b/BUILD
@@ -83,6 +83,7 @@
         "//third_party/remoteapis:MODULE.bazel",
         "//third_party:BUILD",
         "//third_party:rules_jvm_external_6.0.patch",
+        "//third_party:rules_graalvm_fix.patch",
         "//third_party/protobuf:BUILD",
         "//third_party/protobuf:proto_info_bzl_deps.patch",
         "//third_party/protobuf:remove_rules_rust.patch",