Skip to content

Commit df08f90

Browse files
chore: update AWF_VERSION to 0.25.28 (#302)
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 4eadccc commit df08f90

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
@@ -445,7 +445,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04";
445445
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
446446
/// Update this when upgrading to a new AWF release.
447447
/// See: https://github.com/github/gh-aw-firewall/releases
448-
pub const AWF_VERSION: &str = "0.25.26";
448+
pub const AWF_VERSION: &str = "0.25.28";
449449

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

0 commit comments

Comments
 (0)