From 58872ced8115a90034fb069133bfac6810f831aa Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 30 Mar 2026 10:18:14 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd7bb02..37adf13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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