From c98e6cf4a9ca934597e84004689df645a118ca54 Mon Sep 17 00:00:00 2001 From: Nicolae Nicora <75667951+nnicora@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:08:28 +0200 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/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c619df8..6768a59 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,7 @@ name: Git +permissions: + contents: read + pull-requests: write on: pull_request: