From b33d8ca4c942225f9edcd05011efdecebaecbd9b Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Tue, 14 Oct 2025 18:43:49 +0300 Subject: [PATCH] Potential fix for code scanning alert no. 15: 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 712247de0fb..364f8d95c3b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,6 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI +permissions: + contents: read on: push: