From a6519b7c6471fb9459dcdc3827568f8f1c278252 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Tue, 18 Nov 2025 07:39:25 -0800 Subject: [PATCH] Switch default and allowed values for tools to fix update-dependencies pipeline error --- eng/pipelines/update-dependencies-official.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/update-dependencies-official.yml b/eng/pipelines/update-dependencies-official.yml index 7269097697..fa782ee7b8 100644 --- a/eng/pipelines/update-dependencies-official.yml +++ b/eng/pipelines/update-dependencies-official.yml @@ -28,15 +28,15 @@ parameters: type: stringList displayName: Tools to update values: - # Disabled due to https://github.com/dotnet/dotnet-docker/issues/6774 - re-enable when fixed. - # - "chisel" + - "chisel" - "rocks-toolbox" - "syft" - "mingit" # Keep the default values in sync with allowed values so that the scheduled # pipeline runs always try to update all tools default: - - "chisel" + # Disabled due to https://github.com/dotnet/dotnet-docker/issues/6774 - re-enable when fixed. + # - "chisel" - "rocks-toolbox" - "syft" - "mingit"