From a979fa7b3774e563976d20a8dffe4b4a64d45f48 Mon Sep 17 00:00:00 2001 From: Kayhan Alizadeh Date: Sat, 16 Aug 2025 13:01:50 +0330 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 662b9f8..6f55edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: CI on: