From fad67b4ef9eff05e0e9cdeb0f467940d967399b3 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 18 May 2025 18:25:34 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 34: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/dev_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev_release.yml b/.github/workflows/dev_release.yml index 3564cb955..78d1171e4 100644 --- a/.github/workflows/dev_release.yml +++ b/.github/workflows/dev_release.yml @@ -8,6 +8,9 @@ on: branches: - 'dev' +permissions: + contents: write + jobs: pre-release: name: 'Build Dev Release'