From 7a1a4080bc6af4356c0f27abdd3e3b50a0432068 Mon Sep 17 00:00:00 2001 From: "Konstantin W." Date: Sat, 25 Oct 2025 22:05:00 +0200 Subject: [PATCH] ci: Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/development.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 7d2e8199..f5b73015 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -1,4 +1,6 @@ name: Development workflow +permissions: + contents: read on: push: