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