chore: restrict permissions for test workflow

This commit is contained in:
Florian Kostenzer
2026-07-14 18:28:44 +02:00
committed by GitHub
parent 3fc1d750fd
commit 01a428ced9
+2
View File
@@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4.2.2