From 6fbaff8655e380b825644fd1a10472496fbb45fb Mon Sep 17 00:00:00 2001 From: Alex Wichmann Date: Mon, 8 Jun 2026 09:44:30 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 4: 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: Alex Wichmann --- .github/workflows/pr-title-lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-title-lint.yml b/.github/workflows/pr-title-lint.yml index abe0796..4858b42 100644 --- a/.github/workflows/pr-title-lint.yml +++ b/.github/workflows/pr-title-lint.yml @@ -4,6 +4,10 @@ on: pull_request_target: types: [opened, reopened, synchronize, edited, ready_for_review] +permissions: + contents: read + pull-requests: write + jobs: lint-pr-title: name: Lint PR title