From 7ff272f472d00b5f39ecf71615cdda96e91eada9 Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 04:19:07 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/test-review-sync.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-review-sync.yml b/.github/workflows/test-review-sync.yml index 7fbeab26b..5b13bd4d0 100644 --- a/.github/workflows/test-review-sync.yml +++ b/.github/workflows/test-review-sync.yml @@ -10,6 +10,9 @@ on: - '.github/scripts/review-sync/**' - '.github/workflows/test-review-sync.yml' +permissions: + contents: read + jobs: test: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false