From b946797aa70d341ce2ca8540825950a81300848b Mon Sep 17 00:00:00 2001 From: abhi_14gyan Date: Fri, 20 Feb 2026 03:56:14 +0530 Subject: [PATCH] ci: add top-level permissions contents read for least-privilege security --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 029c6a6..cf38054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + jobs: test-quality: name: Code Quality Checks