From df8a3c295ddbb8c1dc1d5bd67cd964593b179eca Mon Sep 17 00:00:00 2001 From: Erik van der Boom Date: Fri, 15 May 2026 23:12:41 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 2: 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.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71a83a5..4824e16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: validate-release-version: name: Validate Release Version runs-on: ubuntu-latest + permissions: {} outputs: release_version: ${{ steps.normalize.outputs.release_version }}