From f5dcdf2e9a06df81e708d340d84e95036b9b394d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:59:18 +0000 Subject: [PATCH] Add security: restrict GITHUB_TOKEN permissions to read-only Co-authored-by: syoyo <18676+syoyo@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 950e661..69e914c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ on: - devel workflow_dispatch: +permissions: + contents: read + jobs: # Linux x64 - GCC linux-gcc-x64: