From 6ea7a59c93354cb3198a55c3a64426d28c9bd239 Mon Sep 17 00:00:00 2001 From: openclaw-bot Date: Sat, 25 Apr 2026 12:49:27 +0800 Subject: [PATCH] fix(ci): harden release checks workflow inputs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59612634859..fc9341ac687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -769,6 +769,7 @@ Docs: https://docs.openclaw.ai - Active Memory: raise the blocking recall timeout ceiling to 120 seconds and reject larger config values during plugin schema validation. Fixes #68410. (#68480) Thanks @Bartok9. - Control UI/chat: keep history-backed user image uploads visible after chat reload while filtering blocked or non-image transcript media paths. (#68415) Thanks @mraleko. - Matrix/plugins: keep remaining Matrix event helpers on the canonical `matrix-js-sdk` subpath so build and plugin-load entrypoint checks stay consistent. (#68498) Thanks @masatohoshino. +- CI/release-checks: pass workflow inputs and matrix values through step environment variables instead of embedding them directly into `run:` shell commands, reducing template-injection surface in the cross-OS release-check workflow. (#66884) Thanks @alexlomt. ## 2026.4.15