From 809f6474b6c231489e33b76ff002127e5864c0d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:13:04 +0000 Subject: [PATCH] chore: update Safe Outputs conformance checker to spec v1.16.0 The Safe Outputs specification was published at v1.16.0 (2026-04-06) in the most recent community contributions commit. The conformance checker script header referenced v1.15.0; update it to track the current specification version. No new normative requirements were introduced in v1.16.0 (the version bump accompanied the document's initial inclusion in the repository without a corresponding changelog entry). All existing checks pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- scripts/check-safe-outputs-conformance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-safe-outputs-conformance.sh b/scripts/check-safe-outputs-conformance.sh index 8aa78690469..b5c77d53262 100755 --- a/scripts/check-safe-outputs-conformance.sh +++ b/scripts/check-safe-outputs-conformance.sh @@ -2,7 +2,7 @@ # Safe Outputs Specification Conformance Checker # This script implements automated checks for the Safe Outputs specification # Specification: docs/src/content/docs/reference/safe-outputs-specification.md -# Version: 1.15.0 (2026-03-29) +# Version: 1.16.0 (2026-04-06) set -euo pipefail