From 782664ee20cffacc9c4d474f2e9c2be0f5300bd2 Mon Sep 17 00:00:00 2001 From: Manojbabu <83714923+manusoft@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:44:56 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 32479d4..3e9a6f1 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -4,6 +4,9 @@ on: pull_request: branches: [ master ] +permissions: + contents: read + jobs: validate: name: Validate PR