From df8dfa9763e76348014ba56664bde6c5c1a6e956 Mon Sep 17 00:00:00 2001 From: Alexander Lukashov <54365095+loookashow@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:40:23 +0100 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 70e463b..9b4c33e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + on: push: branches: [main]