From cda83f1953fa718b7384e2e45697fef4c738d1e5 Mon Sep 17 00:00:00 2001 From: Steve Morin Date: Mon, 13 Apr 2026 15:26:03 -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> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b4e7b..4ec2747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [main] +permissions: + contents: read + jobs: test: name: Test (Python ${{ matrix.python-version }}, ${{ matrix.os }})