From fa13de337534c01058322e030bfa647ba2bc22e6 Mon Sep 17 00:00:00 2001 From: James Stocker Date: Wed, 3 Jun 2026 11:06:11 +0200 Subject: [PATCH] fix: resolve zizmor template-injection + excessive-permissions (INFRA-869) test.yml: contents: read + persist-credentials: false (artipacked). Verified with the org zizmor config: 0 findings outside the deferred set. INFRA-869 --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43863a9..89ffd64 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,12 +6,17 @@ on: pull_request: branches: [master] +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - uses: actions/setup-node@v4 with: