From 30bb2dcb08fc5d02411c4d28adc8fe76cff91e6c Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 27 Mar 2026 10:36:03 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions 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: