Skip to content

Commit d889773

Browse files
chore: update AWF_VERSION to 0.25.41 (#414)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b3181ed commit d889773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compile/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04";
582582
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
583583
/// Update this when upgrading to a new AWF release.
584584
/// See: https://github.com/github/gh-aw-firewall/releases
585-
pub const AWF_VERSION: &str = "0.25.33";
585+
pub const AWF_VERSION: &str = "0.25.41";
586586

587587
/// Prefix used to identify agentic pipeline YAML files generated by ado-aw.
588588
pub const HEADER_MARKER: &str = "# @ado-aw";

0 commit comments

Comments
 (0)