fix: explicityl set workflows that don't need write access to read-only

This came from a github security advisory suggestion but makes sense given that this workflow dosen't need to push content back.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Feanil Patel
2025-10-10 10:43:37 -04:00
committed by GitHub
parent 09e86e24b2
commit 6e7b6d866f

View File

@@ -1,4 +1,6 @@
name: unit-tests
permissions:
contents: read
on:
pull_request: