From 4db46b295b30b71c8a3cb7293c8ba438b72e4ea2 Mon Sep 17 00:00:00 2001 From: drzo Date: Sat, 7 Jun 2025 20:53:47 +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.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d4766bc..0fc72700 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -150,6 +150,8 @@ jobs: if: ${{ needs.release.outputs.rc == 'false' }} runs-on: ubuntu-latest needs: release + permissions: + contents: read steps: - uses: actions/checkout@v4