From c687675a127d63ab47bf47fa50a06186db090e9d Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Tue, 2 Dec 2025 19:55:46 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Kurt Garloff --- .github/workflows/pr-markdownlint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-markdownlint.yml b/.github/workflows/pr-markdownlint.yml index 0cd78629cd..e5bff1d6b0 100644 --- a/.github/workflows/pr-markdownlint.yml +++ b/.github/workflows/pr-markdownlint.yml @@ -1,4 +1,6 @@ name: Markdownlint on PR +permissions: + contents: read on: pull_request: