From 93ddb026b9b2ea58c400a3662d41e25bf7dbf391 Mon Sep 17 00:00:00 2001 From: Nicolae Nicora <75667951+nnicora@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:08:17 +0200 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> --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c619df8..c7c7dc7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,6 +6,10 @@ on: branches: - main +permissions: + contents: read + pull-requests: write + jobs: release: uses: openkcm/build/.github/workflows/release.lib.yaml@main