From 83f85b14dd15fb0168906c52c8bfcda8862d4a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 14 Dec 2025 20:30:02 +0100 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/conventional-label.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conventional-label.yml b/.github/workflows/conventional-label.yml index feb40b4..0a67ec6 100644 --- a/.github/workflows/conventional-label.yml +++ b/.github/workflows/conventional-label.yml @@ -2,6 +2,9 @@ on: pull_request_target: types: [opened, edited] name: conventional-release-labels +permissions: + contents: read + pull-requests: write jobs: label: runs-on: ubuntu-latest