From ac4da8c23dd173e10b542b66586a7866a34fa4ac Mon Sep 17 00:00:00 2001 From: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> Date: Sun, 7 Sep 2025 14:43:16 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 11: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> --- .github/workflows/auto-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index a8b8d91..fba5b97 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -237,6 +237,8 @@ jobs: name: Update Changelog needs: [create-release, build-and-upload-assets, build-flatpak] runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository