From 5fa675645d36182c8faa2213230d32bbdcb7c141 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Apr 2026 11:08:20 +0000 Subject: [PATCH] chore: update AWF_VERSION to 0.25.11 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 687d76e..9843eeb 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -455,7 +455,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.6"; +pub const AWF_VERSION: &str = "0.25.11"; /// Version of the GitHub Copilot CLI (Microsoft.Copilot.CLI.linux-x64) NuGet package to install. /// Update this when upgrading to a new Copilot CLI release.