chore(sec): remove not needed permissions (#1442)

this PR removes a few permissions in CI where I don't think they are
needed
This commit is contained in:
Frank Elsinga
2025-10-10 15:40:03 +02:00
committed by GitHub
parent 13ce1039ee
commit 8cd5e28f3a
4 changed files with 23 additions and 4 deletions

View File

@@ -12,11 +12,14 @@ jobs:
defaults:
run:
shell: bash
permissions:
contents: read
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
ref: main
persist-credentials: false
- name: Use Node.js from nvmrc
uses: actions/setup-node@v5