From 0eea57630d85b138828aa611ddce695ee69eda7f Mon Sep 17 00:00:00 2001 From: Michael Flemming Date: Tue, 15 Sep 2026 10:13:51 +0200 Subject: [PATCH] Change security-events permission to write --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8f202ca0..294b76072 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: # actions/upload-artifact doesn't need contents: write contents: read actions: read - security-events: read + security-events: write strategy: fail-fast: true matrix: