From cc9318698b73ae77ed69995e3d71c8d77f549150 Mon Sep 17 00:00:00 2001 From: Andrew Mikhail Date: Fri, 31 Jul 2026 18:31:58 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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: Andrew Mikhail --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e0cef..60bb1d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ name: CI +permissions: + contents: read + on: push: branches: [main]