From e6b7ed208cf749f779f77a391a081a8f8f693927 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Sat, 27 Dec 2025 14:38:21 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/issue_creation_workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/issue_creation_workflow.yml b/.github/workflows/issue_creation_workflow.yml index c1bbaff..e59b9fe 100644 --- a/.github/workflows/issue_creation_workflow.yml +++ b/.github/workflows/issue_creation_workflow.yml @@ -1,5 +1,8 @@ name: Issue Creation Workflow +permissions: + contents: read + on: issues: types: [opened]