From 8266c3a7b4ef26ba2ad1ef239d09c1472ad27e00 Mon Sep 17 00:00:00 2001 From: John Patrick Roach Date: Thu, 26 Mar 2026 18:59:15 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 4: 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: John Patrick Roach --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f7b55b4..f95a48a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,5 +1,8 @@ name: Publish to PyPI +permissions: + contents: read + on: release: types: [created]