From 4632eb46d6d15c34b1ee886c1882fa48285a68eb Mon Sep 17 00:00:00 2001 From: Loc Phan <805244+locphan87@users.noreply.github.com> Date: Sun, 15 Jun 2025 18:54:44 +0700 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index d13953d..26ae0e4 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -1,6 +1,9 @@ # This is a basic workflow to help you get started with Actions name: CI +permissions: + contents: read + pages: write # Controls when the workflow will run on: