From 0ec81c50efd187e2f47a612e71f5d379700021a4 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Sun, 30 Aug 2026 07:04:04 -0700 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> Signed-off-by: Gilbert Sanchez --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f6dafc1..b28fbbf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,5 +1,7 @@ name: Test on: [push] +permissions: + contents: read jobs: test: name: Test