From ab352987d55ca6d5d7cbb7e2378903b1fb0ced07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 14 Dec 2025 20:33:27 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#474) 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