From 4b1bd97e0a52472b99000dafd765961c58bd2f13 Mon Sep 17 00:00:00 2001 From: AGI <248829238+rootagi@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:18:10 +0530 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> --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f92e52b..5c6c2f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,9 @@ on: push: branches: [main] +permissions: + contents: read + jobs: test: runs-on: ${{ matrix.os }}