From 5f92d0d6832792aeb133f682d970506bbae78b47 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:19:42 +0100 Subject: [PATCH 1/2] ci: fix CI/CD configuration (campaigns C001-C005) --- .github/copilot/coding-agent.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/copilot/coding-agent.yml diff --git a/.github/copilot/coding-agent.yml b/.github/copilot/coding-agent.yml new file mode 100644 index 00000000..a719a773 --- /dev/null +++ b/.github/copilot/coding-agent.yml @@ -0,0 +1,6 @@ +mcp_servers: + boj-server: + command: npx + args: ["-y", "@hyperpolymath/boj-server@latest"] + env: + BOJ_URL: http://localhost:7700 From 5fb10f31969fd09897bfed904ac83547cc40c389 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:22:23 +0100 Subject: [PATCH 2/2] ci: fix CI/CD configuration (campaigns C001-C005) --- echidna-playground/.github/workflows/codeql.yml | 1 + echidna-playground/.github/workflows/governance.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/echidna-playground/.github/workflows/codeql.yml b/echidna-playground/.github/workflows/codeql.yml index 478739b7..e1cd77a5 100644 --- a/echidna-playground/.github/workflows/codeql.yml +++ b/echidna-playground/.github/workflows/codeql.yml @@ -11,6 +11,7 @@ on: schedule: - cron: '42 20 * * 0' + permissions: read-all jobs: diff --git a/echidna-playground/.github/workflows/governance.yml b/echidna-playground/.github/workflows/governance.yml index b0b1ed6d..b4062e02 100644 --- a/echidna-playground/.github/workflows/governance.yml +++ b/echidna-playground/.github/workflows/governance.yml @@ -23,4 +23,4 @@ permissions: jobs: governance: - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@main + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613