We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eadccc commit df08f90Copy full SHA for df08f90
1 file changed
src/compile/common.rs
@@ -445,7 +445,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04";
445
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
446
/// Update this when upgrading to a new AWF release.
447
/// See: https://github.com/github/gh-aw-firewall/releases
448
-pub const AWF_VERSION: &str = "0.25.26";
+pub const AWF_VERSION: &str = "0.25.28";
449
450
/// Prefix used to identify agentic pipeline YAML files generated by ado-aw.
451
pub const HEADER_MARKER: &str = "# @ado-aw";
0 commit comments