From 169b5f34ea746195c2cba4511c5e72060d76d581 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 18 May 2025 18:24:36 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 36: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/stable_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stable_release.yml b/.github/workflows/stable_release.yml index fad615fd3..3abfae703 100644 --- a/.github/workflows/stable_release.yml +++ b/.github/workflows/stable_release.yml @@ -1,5 +1,8 @@ name: 'Build stable release' +permissions: + contents: write + on: workflow_dispatch: push: