From ef3310cc9d282ae2981822523d37b1e8406e2d27 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 7 Jan 2025 23:00:16 +0100 Subject: [PATCH] CI: Brakeman needs security-events: write permissions In order to write code scanning alerts --- .github/workflows/brakeman-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/brakeman-analysis.yml b/.github/workflows/brakeman-analysis.yml index eba772ceda..e446b3c1c8 100644 --- a/.github/workflows/brakeman-analysis.yml +++ b/.github/workflows/brakeman-analysis.yml @@ -9,6 +9,7 @@ concurrency: permissions: contents: read + security-events: write on: push: