From 5824496e2bf6344f55ebde911485937b92abea32 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 7 Jan 2026 16:28:35 +0200 Subject: [PATCH] security(ci): add permissions block to PR lint workflow (#139) --- .github/workflows/pr-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 60a91d7..7d0c576 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [master, main] +permissions: {} + env: # Comment env block if you don't want to apply fixes # Apply linter fixes configuration APPLY_FIXES: all