From 805d1724f12fbdb424aa33214447d2260f00594a Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Sat, 27 Dec 2025 14:40:59 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 1aa4110..651ae01 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -11,6 +11,8 @@ jobs: test-deploy: name: Test deployment runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@v6 with: