From e54d6fff30846337e26d462c63c095311c6c5bc7 Mon Sep 17 00:00:00 2001 From: Assaf Sapir Date: Sun, 23 Nov 2025 22:27:46 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 3: 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 b516269..58d847a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: Continuous Integration +permissions: + contents: read on: push: