From 441cbfc5e47bcb2a73b95b92a610cc88b9a08184 Mon Sep 17 00:00:00 2001 From: Piotr Karpala Date: Sat, 16 Aug 2025 14:27:51 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 11: 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 da587a0d..9d53fe03 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -53,6 +53,8 @@ jobs: retention-days: 30 test-docker-playwright: + permissions: + contents: read timeout-minutes: 15 runs-on: ubuntu-latest steps: