From a93eb297156daef74cb24a9eb4ba42c1b13cb33a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:52:08 +0000 Subject: [PATCH] chore: update COPILOT_CLI_VERSION to 1.0.22 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 5693c21..0ad37e3 100644 --- a/src/compile/common.rs +++ b/src/compile/common.rs @@ -470,7 +470,7 @@ pub const AWF_VERSION: &str = "0.25.17"; /// 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. /// See: https://pkgs.dev.azure.com/msazuresphere/_packaging/Guardian1ESPTUpstreamOrgFeed/nuget/v3/index.json -pub const COPILOT_CLI_VERSION: &str = "1.0.21"; +pub const COPILOT_CLI_VERSION: &str = "1.0.22"; /// Prefix used to identify agentic pipeline YAML files generated by ado-aw. pub const HEADER_MARKER: &str = "# @ado-aw";