From 888f121179019126189e05c443dd80da6bee66ed Mon Sep 17 00:00:00 2001 From: cody-valigator Date: Wed, 20 May 2026 14:41:25 +0100 Subject: [PATCH] security: add top-level permissions block (VGTR-1358 Item 9) --- .github/workflows/pr-checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f90a783..d9989e1 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -13,6 +13,9 @@ on: pull_request: branches: [main] +permissions: + contents: read + jobs: # ── Python Checks ────────────────────────────────────────────────── python-checks: