From 9d27fa805b4eb646c4e9248740d78de6c686a509 Mon Sep 17 00:00:00 2001 From: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:19:38 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 14: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- .github/workflows/contributions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributions.yml b/.github/workflows/contributions.yml index f4ca0647af..8736d71630 100644 --- a/.github/workflows/contributions.yml +++ b/.github/workflows/contributions.yml @@ -1,4 +1,6 @@ name: Add contributors +permissions: + issues: write on: pull_request_target: types: