WORKSPACE: update intel_ucode to 20240910

Fixes a bunch of security issues and gets us to the latest version
again.

Change-Id: I5d6f3a4a6e1bbdd4d768479d6f5c7e37c243c9d5
Reviewed-on: https://review.monogon.dev/c/monogon/+/3407
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/bazel/third_party.MODULE.bazel b/build/bazel/third_party.MODULE.bazel
index 7e3e564..5a04aaa 100644
--- a/build/bazel/third_party.MODULE.bazel
+++ b/build/bazel/third_party.MODULE.bazel
@@ -132,12 +132,12 @@
     urls = ["https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-%s.tar.gz" % LINUX_FIRMWARE_VERSION],
 )
 
-INTEL_UCODE_VERSION = "20231114"
+INTEL_UCODE_VERSION = "20240910"
 
 http_archive(
     name = "intel_ucode",
     build_file = "//third_party/intel_ucode:BUILD.repo",
-    integrity = "sha256-zuJvMR9+LAOd1IzTD5lRg73puY+0wwOYAOLdr1wJDlU=",
+    integrity = "sha256-i3WC6sfpppE1bhizvcvHstsJSU4EDsmApKX7bQ2iYb8=",
     strip_prefix = "Intel-Linux-Processor-Microcode-Data-Files-microcode-" + INTEL_UCODE_VERSION,
     urls = ["https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-%s.tar.gz" % INTEL_UCODE_VERSION],
 )