From 34a961e41c5d0f8d8f8568bb6905e8369f65523c Mon Sep 17 00:00:00 2001 From: Caleb Walch Date: Sun, 13 Jul 2025 15:05:27 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/nodejs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2a07bb7..2ed42da 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,6 +2,9 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: ☢ tests +permissions: + contents: read + actions: write on: push: