From 49c676428db1620af4d091ef4581ea6b09ccf2e6 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Tue, 7 Jul 2026 10:25:18 +0200 Subject: [PATCH] Add changelog entry --- changelog.d/19914.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/19914.misc diff --git a/changelog.d/19914.misc b/changelog.d/19914.misc new file mode 100644 index 0000000000..029c3dd501 --- /dev/null +++ b/changelog.d/19914.misc @@ -0,0 +1 @@ +Harden the CI workflows and enforce this with a new zizmor lint workflow. Also fix a cache key calculation in one of the steps along the way. Contributed by Denis Kasak (@dkasak).