From c1b0dc3313a40bbe6d672366611694fec371d9eb Mon Sep 17 00:00:00 2001 From: Normann Date: Sat, 28 Mar 2026 06:58:48 +0100 Subject: [PATCH] fix: code scanning alert no. 3: Workflow does not contain permissions (#982) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9cb6ea8..fa6452b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,5 +1,8 @@ name: Run Pytest on Pull Request +permissions: + contents: read + on: pull_request: push: