From 665ba3a5fd44a63f6b79e8e15db8f2c50535b092 Mon Sep 17 00:00:00 2001 From: tkmxqrdxddd Date: Tue, 17 Mar 2026 22:06:56 +0100 Subject: [PATCH] fix: add permissions to security workflow --- .github/workflows/security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cbabd5a..bf58656 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -9,6 +9,9 @@ on: # Run security scans weekly on Sunday at 2 AM UTC - cron: '0 2 * * 0' +permissions: + contents: read + jobs: dependency-review: name: Dependency Review