From 446d7d1cdda37d11863a881d37ee0c035cef987e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:15:49 +0000 Subject: [PATCH 1/2] Initial plan From c0ce4547b750a0cebb09a6f33cfaad6fb52fbc75 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:24:03 +0000 Subject: [PATCH 2/2] Fix TestRuntimeSetupIntegration by updating setup-node SHA Update the test expectation to use the current SHA for actions/setup-node@v6.2.0 (6044e13b5dc448c55e2357c09f80417699197238) instead of the outdated SHA (395ad3262231945c25e8478fd5baf05154b1d79f). The action_pins.json file was recently updated with newer action SHAs, and this test needed to be synchronized. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/runtime_setup_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/workflow/runtime_setup_integration_test.go b/pkg/workflow/runtime_setup_integration_test.go index 233e290e032..0aadaf4fc91 100644 --- a/pkg/workflow/runtime_setup_integration_test.go +++ b/pkg/workflow/runtime_setup_integration_test.go @@ -50,7 +50,7 @@ steps: # Test workflow`, expectSetup: []string{ "Setup Node.js", - "actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f", + "actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238", "node-version: '24'", }, },