From 7e58e874fcd21e10864aa8f44e6ba5369e65a483 Mon Sep 17 00:00:00 2001 From: InDieTasten Date: Wed, 20 Aug 2025 10:29:55 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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-analyzer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-analyzer.yml b/.github/workflows/ci-analyzer.yml index deead48..56f2f7a 100644 --- a/.github/workflows/ci-analyzer.yml +++ b/.github/workflows/ci-analyzer.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: CI-analyzer on: