From 118c24ee05efae0765888e95a7efc07df683f8b4 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Sun, 26 Oct 2025 15:32:43 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 219: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/notification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notification.yml b/.github/workflows/notification.yml index 92bb4a5d..cf0e4624 100644 --- a/.github/workflows/notification.yml +++ b/.github/workflows/notification.yml @@ -1,4 +1,5 @@ name: 🛎️ Discord Notification +permissions: {} on: pull_request: