From 25f25213bd574e7844715a7d281a18ab908dda50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:11:50 +0000 Subject: [PATCH] chore: update AWF_VERSION to 0.25.44 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 9aed835..c747014 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -1002,7 +1002,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04"; /// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases. /// Update this when upgrading to a new AWF release. /// See: https://github.com/github/gh-aw-firewall/releases -pub const AWF_VERSION: &str = "0.25.41"; +pub const AWF_VERSION: &str = "0.25.44"; /// Prefix used to identify agentic pipeline YAML files generated by ado-aw. pub const HEADER_MARKER: &str = "# @ado-aw";