From e1468c57af1cc8499ef329662049f533fdb89d4b Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 03:24:56 +0000 Subject: [PATCH] chore: [StepSecurity] Apply security best practicesSigned-off-by: StepSecurity Bot --- .github/workflows/test-web.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-web.yaml b/.github/workflows/test-web.yaml index 299f15e8a..f83083d1d 100644 --- a/.github/workflows/test-web.yaml +++ b/.github/workflows/test-web.yaml @@ -15,6 +15,9 @@ on: - "web/tsconfig*.json" # env: # NODE_VERSION: "20.17.0" # Fixed version for better stability +permissions: + contents: read + jobs: main: runs-on: token-studio-linux-medium