From 4c52b1c14f985e0f315c863b230892dc872d258d Mon Sep 17 00:00:00 2001 From: Rashed ALOTHMAN <105568826+Rashed-alothman@users.noreply.github.com> Date: Sun, 21 Dec 2025 15:44:27 +0300 Subject: [PATCH] Potential fix for code scanning alert no. 4: 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 f321bbd0..6e8cf090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: TMS CI Pipeline +permissions: + contents: read + on: push: branches: [ main, develop ]