From 1d30d1b05ce26894a4eb9922ad26193a2d37d2cb Mon Sep 17 00:00:00 2001 From: Malte <112257731+Tyrowin@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:55:45 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 9: 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 b903bfe..0bc43de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI Pipeline +permissions: + contents: read + on: push: branches: [main, develop]