From efb3a6701909e2f9b261f448b8474eba888bac06 Mon Sep 17 00:00:00 2001 From: maxlerebourg Date: Thu, 22 Jan 2026 09:44:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Potential=20fix=20for?= =?UTF-8?q?=20code=20scanning=20alert=20no.=208:=20Workflow=20does=20not?= =?UTF-8?q?=20contain=20permissions=20(#311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff14c87..9e87736 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,8 @@ name: Main +permissions: + contents: read + on: push: branches: