From 1efd29ce5ddcbcd2ca6367e913f0bfa648a57ca8 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Fri, 26 Dec 2025 09:29:52 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 1818: 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index e6921d7d4..ccfb9bfc4 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -1,5 +1,8 @@ name: Test deployment +permissions: + contents: read + on: pull_request: branches: