From 129779033dd7c0552385350943a623b766289c9c Mon Sep 17 00:00:00 2001 From: Justin Hollingsworth Date: Thu, 30 Oct 2025 12:29:31 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/npmpublish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 0624fcd..b9b4ea6 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -2,6 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages name: Node.js Package +permissions: + contents: read on: release: