From ae4b583e79b21bc03c77424a3012769118873ef0 Mon Sep 17 00:00:00 2001 From: Wejdan Al Amri <280932308+WejdanBa-CS@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:10:56 +0300 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 b3ce8a1..e7d17b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [main] workflow_dispatch: +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest