From 5059ce2706c1c892f3676df3a147ba16a2e2d81a Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:19:27 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 1815: 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/issue_creation_workflow.yml b/.github/workflows/issue_creation_workflow.yml index 19de647b5..809020eb7 100644 --- a/.github/workflows/issue_creation_workflow.yml +++ b/.github/workflows/issue_creation_workflow.yml @@ -1,5 +1,9 @@ name: Issue Creation Workflow +permissions: + contents: read + issues: read + on: issues: types: [opened]