From a893bc0b61ea6517e87f23227afb8344ab622c80 Mon Sep 17 00:00:00 2001 From: Jud Saoud <68043755+judsd@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:32:30 +0000 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 895cd3e..07091c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: branches: [master] pull_request: +permissions: + contents: read + jobs: check: runs-on: ubuntu-latest