From 1f603b2e00fbcc852d75b5a1c3299bfac655cf07 Mon Sep 17 00:00:00 2001 From: mukulmohan177 Date: Mon, 23 Mar 2026 12:02:16 +0530 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/typescript.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 8185bc8..eaf3a17 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -4,6 +4,9 @@ name: "Code Quality: TypeScript" on: push: +permissions: + contents: read + jobs: nodejs: name: Node.js