From 6c6243c89eb3c7f98ad537d4479fa60f39d3d4b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:30:11 +0000 Subject: [PATCH 1/2] Initial plan From 3d3fafe8bfb9e6e2e470d300ed38fa13ada29749 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:32:53 +0000 Subject: [PATCH 2/2] fix(ci): set least-privilege GITHUB_TOKEN permissions Co-authored-by: joelst <30506169+joelst@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f174b87..9002975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: push: branches: [ main, master ] +permissions: + contents: read + jobs: check: runs-on: ubuntu-latest