From 621fecf2d7fc5b3acf1b5e5ca14807b472ab748d Mon Sep 17 00:00:00 2001 From: robertIsaac Date: Sun, 23 Nov 2025 13:12:19 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 11: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/config-prettier.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/config-prettier.yaml b/.github/workflows/config-prettier.yaml index 07a03bf..7042933 100644 --- a/.github/workflows/config-prettier.yaml +++ b/.github/workflows/config-prettier.yaml @@ -14,6 +14,8 @@ on: - opened - synchronize +permissions: + contents: read jobs: pipe: concurrency: