From 5aaca6de9909c98b9ecb4f00d44db9684d7ef03b Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Tue, 10 Jun 2025 00:11:10 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#6) 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 f34c617..934d837 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,4 +1,6 @@ name: Playwright Tests +permissions: + contents: read on: push: branches: [main, master]