From f6e26d17283fbab37474364cb4c0263a102cc3d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:07:29 +0000 Subject: [PATCH 1/2] Initial plan From 09ad8297df8cd32b41d5b2e531a1593951559b0f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:12:26 +0000 Subject: [PATCH 2/2] Fix TestFirewallArgsIntegration by adding strict: false Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/firewall_args_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/workflow/firewall_args_integration_test.go b/pkg/workflow/firewall_args_integration_test.go index 7dda6aaabae..85aff888d76 100644 --- a/pkg/workflow/firewall_args_integration_test.go +++ b/pkg/workflow/firewall_args_integration_test.go @@ -164,6 +164,7 @@ on: workflow_dispatch permissions: contents: read engine: copilot +strict: false network: allowed: - "github.com"