From a5115a4a2f00e818c2147a1747f26cc976324670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 11:40:20 +0000 Subject: [PATCH] chore: update AWF_VERSION to 0.25.42 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..ecfc53a 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.42"; /// Prefix used to identify agentic pipeline YAML files generated by ado-aw. pub const HEADER_MARKER: &str = "# @ado-aw";