From 857f82c0d87e2620694106d873a2d6f2b44b402d Mon Sep 17 00:00:00 2001 From: Angelina Michalek Date: Sun, 5 Apr 2026 02:38:44 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 26: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 63dd028..161673b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -3,6 +3,9 @@ name: Node.js CI +permissions: + contents: read + on: push: branches: ["**"]