From bcdeedb91e1d674de255ebbef1fce4d1d764576e Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:21:00 +0000 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions (#14) 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 b04965f..a75f94e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI Pipeline +permissions: + contents: read + on: push: branches: [ main, develop ]