From cb50c00ef9c296b069222ccafa676358cd896efb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:28:48 +0000 Subject: [PATCH 1/2] Initial plan From 4dad44b60086525930f29a8a2b3dbf5031eb9853 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:41:51 +0000 Subject: [PATCH 2/2] Fix cache-memory threat detection test expectation scope Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/cache_memory_threat_detection_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/workflow/cache_memory_threat_detection_test.go b/pkg/workflow/cache_memory_threat_detection_test.go index 71873b9f7f9..e1a7711a34e 100644 --- a/pkg/workflow/cache_memory_threat_detection_test.go +++ b/pkg/workflow/cache_memory_threat_detection_test.go @@ -95,8 +95,8 @@ Test workflow with cache-memory but no threat detection.`, "- name: Upload cache-memory data as artifact", // Should NOT have update_cache_memory job "update_cache_memory:", - // Should NOT use restore action - "uses: actions/cache/restore@", + // Should NOT use restore action for cache-memory + "- name: Restore cache-memory file share data\n uses: actions/cache/restore@", }, }, {