fix(ci): grant security-events: write to lint job

The lint-docker job in lint.yml requires security-events: write
for SARIF upload; must be explicitly granted to the caller job.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 10:18:14 +02:00
parent 13b3af3330
commit 58872ced81

View File

@@ -27,6 +27,9 @@ jobs:
lint:
name: Run lint workflow
uses: ./.github/workflows/lint.yml
permissions:
contents: read
security-events: write
publish:
name: Publish image