Grant security-events permission to zizmor job
The zizmor action uploads SARIF results to GitHub code scanning.
Assisted-by: Claude Opus 4.6 via pi
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 46b241a..d55a4e5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read # checkout
+ security-events: write # upload SARIF to code scanning
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with: