From d1fc3da1bd24a0def3e3d6cf28ed30ea383594b5 Mon Sep 17 00:00:00 2001 From: Chee Aun Date: Fri, 6 Jun 2025 14:05:50 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 32: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 543bf0ce..1e291146 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,4 +1,6 @@ name: Playwright Tests +permissions: + contents: read on: push: branches: