From 31f5f1ed1cc7253ae021a1c5b194460d3224e3d2 Mon Sep 17 00:00:00 2001 From: Denis Smet Date: Sat, 27 Sep 2025 23:08:36 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 8: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fee2430..65513be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,8 @@ # name: CI +permissions: + contents: read on: pull_request: