From 451e0f92a5ce40cffdc1b9b0777425a1de1e538b Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Wed, 13 May 2026 02:29:44 +0100 Subject: [PATCH] chore: scope GITHUB_TOKEN to contents: read in workflows --- .github/workflows/static.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d65be432..39badf9b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,6 +2,9 @@ name: Static Analysis on: ['push', 'pull_request'] +permissions: + contents: read + jobs: cs: runs-on: ubuntu-latest