From 563117b81cb28c2689fb6de35d129cf727faadee Mon Sep 17 00:00:00 2001 From: StepSecurity Bot Date: Tue, 7 Jan 2025 13:37:42 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/wf3.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wf3.yml b/.github/workflows/wf3.yml index 3a7a156..0da5b97 100644 --- a/.github/workflows/wf3.yml +++ b/.github/workflows/wf3.yml @@ -3,6 +3,9 @@ on: push: branches: - main +permissions: + contents: read + jobs: test-permissions: runs-on: ubuntu-latest