From 0f5c9702f7b4fb23c544b45c5a47745c2a1f9066 Mon Sep 17 00:00:00 2001 From: Jeff Patton Date: Wed, 17 Dec 2025 11:28:17 -0600 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/notifications.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index df3b5f9..cbd4ec4 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -1,5 +1,8 @@ name: Announce New Release +permissions: + contents: read + on: workflow_run: workflows: ["New Release"] # Make sure this matches `release.yml`