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