From f28fa229d81d1a2a9771f1ae5d3298eba5c2239e Mon Sep 17 00:00:00 2001 From: Saqib Date: Sat, 23 May 2026 13:06:47 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 7: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70b7bad..27c9c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [main] workflow_dispatch: +permissions: + contents: read + env: # ── Platform URLs (configure as repo variables: Settings → Variables → Actions) ── # Default targets the dev environment; override via vars.BASE_URL /