From d4d22ad08afa6681ffa25b6f4562cb37b2fa6cf1 Mon Sep 17 00:00:00 2001 From: WarrenS Date: Wed, 28 Jan 2026 10:31:18 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 4: 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 19d1e97..3d0074a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -95,6 +95,8 @@ jobs: release: needs: manifest runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v6