From 569e91f758a8b36922dd42d9bfd8e6b62f9cf681 Mon Sep 17 00:00:00 2001 From: TheTrueSCU <57961660+TheTrueSCU@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:47:21 -0800 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> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02bd3ca..56c2baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + jobs: check: runs-on: ubuntu-latest