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