From 1568334c03fec7986f6d7d4e688f157e8ec6c3a5 Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:48:56 -0500 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/copilot-setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/copilot-setup.yml b/.github/workflows/copilot-setup.yml index c98854e..bbea0e0 100644 --- a/.github/workflows/copilot-setup.yml +++ b/.github/workflows/copilot-setup.yml @@ -1,4 +1,6 @@ name: GitHub Copilot Setup +permissions: + contents: read on: workflow_dispatch: # Allow manual triggering