From 94576a4ca82a46bda14aef9d292ea4b1b86ef3f4 Mon Sep 17 00:00:00 2001 From: Ismail Tasdelen <104323185+ismailtsdln@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:09:51 +0300 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/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a3c667f..b4dbf7b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -181,6 +181,8 @@ jobs: name: Release to PyPI needs: [python-build, web-build] if: startsWith(github.ref, 'refs/tags/v') + permissions: + contents: read steps: - uses: actions/checkout@v3