From caa2c4e449fc3a27c3e36dca9f9e8fea0f1f33ec Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 30 Apr 2026 13:17:51 +0200 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/python-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index f1a827070..1ebcfc467 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -1,5 +1,7 @@ name: Python CI on: [push, pull_request] +permissions: + contents: read jobs: test: strategy: