chore: scope GITHUB_TOKEN to contents: read in workflows

This commit is contained in:
nuno maduro
2026-05-13 02:29:44 +01:00
parent 3db72651e0
commit 451e0f92a5

View File

@ -2,6 +2,9 @@ name: Static Analysis
on: ['push', 'pull_request'] on: ['push', 'pull_request']
permissions:
contents: read
jobs: jobs:
cs: cs:
runs-on: ubuntu-latest runs-on: ubuntu-latest