From e70b94b1c3eb41f2ef4fc517191e42fb4c238fb9 Mon Sep 17 00:00:00 2001 From: Rashid M <75667958+AstroMyth101@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:20:25 +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.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929840e..c798ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ name: Build check on: pull_request: +permissions: + contents: read + jobs: build: name: Build site