From cc1d108529f45afd8196f5492e3837ef38ba6eb6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:42:46 +0000 Subject: [PATCH 1/2] Initial plan From 8f3ee4e59e823967a22c70a2c3a7f167d4c146e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:46:59 +0000 Subject: [PATCH 2/2] fix: add go.mod to Go fixture so CodeQL can build and analyze it Co-authored-by: avifenesh <55848801+avifenesh@users.noreply.github.com> --- __tests__/fixtures/repo-map/go/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 __tests__/fixtures/repo-map/go/go.mod diff --git a/__tests__/fixtures/repo-map/go/go.mod b/__tests__/fixtures/repo-map/go/go.mod new file mode 100644 index 00000000..115f7da9 --- /dev/null +++ b/__tests__/fixtures/repo-map/go/go.mod @@ -0,0 +1,3 @@ +module github.com/agent-sh/agentsys/testfixtures/repo-map/go + +go 1.21