mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-04-06 21:02:19 +00:00
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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user