From 9894d63768395620176d04712d2451b7660b1e06 Mon Sep 17 00:00:00 2001 From: Zul Date: Sat, 18 Jul 2026 15:48:12 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/manual.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 11b2e35..9105d4b 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,6 +1,7 @@ # This is a basic workflow that is manually triggered name: Manual workflow +permissions: {} # Controls when the action will run. Workflow runs when manually triggered using the UI # or API.