From e0b8f79acc05e0bf73c7f1d153883ba12de51cea Mon Sep 17 00:00:00 2001 From: shivam-sood89 <91078650+shivam-sood89@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:25:17 -0400 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/dispatch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index f9ccd432..f28f3725 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -1,4 +1,6 @@ name: action-test +permissions: + contents: read on: workflow_dispatch: inputs: