From 02f8ea343aa62ca821e4a94088f95bf1cd51ad73 Mon Sep 17 00:00:00 2001 From: Abhi Mehrotra Date: Tue, 6 Jan 2026 20:59:47 -0600 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/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 80a89300..bf38d834 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -8,6 +8,8 @@ on: jobs: sync: + permissions: + contents: read runs-on: ubuntu-latest steps: