From d7b82e3c6344a6e06b99aef042d7a6a8bc3ba642 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:05:13 +0000 Subject: [PATCH] chore(deps): update AWF_VERSION to 0.28.17 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/compile/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile/common.rs b/src/compile/common.rs index b24239e4..90aa5fb5 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1824,7 +1824,7 @@ pub fn generate_stage_prefix(name: &str) -> String { /// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases. /// Update this when upgrading to a new AWF release. /// See: -pub const AWF_VERSION: &str = "0.27.32"; +pub const AWF_VERSION: &str = "0.28.17"; /// Prefix used to identify agentic pipeline YAML files generated by ado-aw. pub const HEADER_MARKER: &str = "# @ado-aw";