From 3d84925e1be78dc3c8ea6105cecd985edaef1e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 14 Dec 2025 20:46:01 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#476) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/bump-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 0fc5c04..9e960fa 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -1,4 +1,6 @@ name: Bump Version +permissions: + contents: write on: push: