From 1bb02d2cd3e478a6ff33a8b39cc6100c114369f3 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Mon, 17 Nov 2025 14:27:59 +0100 Subject: [PATCH] Add write permission for security events --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7148b6db..4a981082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: permissions: contents: read + security-events: write jobs: frontend-build: @@ -34,4 +35,4 @@ jobs: security-scan: uses: ./.github/workflows/security-scan.yml with: - node_version: '22.x' \ No newline at end of file + node_version: '22.x'