From ac560e5d517ddadaf6074e02a6144ec44cd8de24 Mon Sep 17 00:00:00 2001 From: "Ronny H." Date: Sat, 30 May 2026 10:04:38 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 2: 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 c260dd4..a57bc7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: release: types: [published] +permissions: + contents: read + jobs: quality: name: Lint, Typecheck & Unit Tests