From e67dc37e402a544cdb5c9cf51f1d8b7e23f4af7b Mon Sep 17 00:00:00 2001 From: Krish Khinchi <107798578+krishkhinchi@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:17:12 +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/backend-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 2f2e3ce..060ed16 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -10,6 +10,9 @@ on: paths: - "backend/**" +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest