Add permissions block to CI workflow for security

Co-authored-by: PatrickFanella <61631520+PatrickFanella@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-05 16:03:19 +00:00
parent 5b6be15c5c
commit 201d59b635

View File

@@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
frontend-lint:
name: Frontend Lint