From c94af6ba6cf7e4152c0f608e2675a624ddf2f21d Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Sat, 18 Jul 2026 17:29:04 +0530 Subject: [PATCH] fix: add read permissions to workflow Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/website-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/website-tests.yaml b/.github/workflows/website-tests.yaml index f8ed1c56..f12d402a 100644 --- a/.github/workflows/website-tests.yaml +++ b/.github/workflows/website-tests.yaml @@ -12,6 +12,9 @@ on: - "website/**" - ".github/workflows/website-tests.yaml" +permissions: + contents: read + jobs: test: name: Test & Coverage