From 94c8feb9d393f8a9fb8764e1f762d4dd5b99fedc Mon Sep 17 00:00:00 2001 From: Sumangal Karan <123644743+Sumangal44@users.noreply.github.com> Date: Sun, 3 May 2026 17:56:56 +0530 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/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 467190b..98329c7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -4,6 +4,8 @@ on: branches: [ main, master ] pull_request: branches: [ main, master ] +permissions: + contents: read jobs: test: timeout-minutes: 60