From a6c3395f394a71ef1300eafe98a87da5e95a031c Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Mon, 17 Nov 2025 10:18:08 +0100 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/run_pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 8eac1d9..19d168b 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -1,4 +1,6 @@ name: pytest +permissions: + contents: read on: push: