From 2c9589795400e0ea06d10be3f0685e5485cc7420 Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Mon, 4 Aug 2025 15:58:13 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 12: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Simon Marty --- .github/workflows/python-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index def53c7..a5c03b0 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -2,6 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package +permissions: + contents: read on: push: