From dd9d0ceb7aa07b4579d2aa8b83b19f0425ab943c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:26:26 +0000 Subject: [PATCH 1/2] Initial plan From b92fcdcad340bc7f2fab992ebe5dc56c0f7c3f07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:44:28 +0000 Subject: [PATCH 2/2] fix: add 3 missing action pins to fix TestGetActionPinsSorting test failure Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- pkg/workflow/data/action_pins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkg/workflow/data/action_pins.json b/pkg/workflow/data/action_pins.json index e4dac97476..043c6ba097 100644 --- a/pkg/workflow/data/action_pins.json +++ b/pkg/workflow/data/action_pins.json @@ -10,11 +10,21 @@ "version": "v4.1.0", "sha": "a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32" }, + "actions/cache/restore@v4": { + "repo": "actions/cache/restore", + "version": "v4", + "sha": "0057852bfaa89a56745cba8c7296529d2fc39830" + }, "actions/cache/restore@v5.0.3": { "repo": "actions/cache/restore", "version": "v5.0.3", "sha": "cdf6c1fa76f9f475f3d7449005a359c84ca0f306" }, + "actions/cache/save@v4": { + "repo": "actions/cache/save", + "version": "v4", + "sha": "0057852bfaa89a56745cba8c7296529d2fc39830" + }, "actions/cache/save@v5.0.3": { "repo": "actions/cache/save", "version": "v5.0.3", @@ -60,6 +70,11 @@ "version": "v5.2.0", "sha": "be666c2fcd27ec809703dec50e508c2fdc7f6654" }, + "actions/setup-node@v4": { + "repo": "actions/setup-node", + "version": "v4", + "sha": "49933ea5288caeca8642d1e84afbd3f7d6820020" + }, "actions/setup-node@v6.3.0": { "repo": "actions/setup-node", "version": "v6.3.0",