From b38b0978f891d43a5d682c31f1b3583a2c13ef52 Mon Sep 17 00:00:00 2001 From: Abhi Mehrotra Date: Tue, 6 Jan 2026 21:04:11 -0600 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> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b740496..2f74d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + on: push: pull_request: