Explicitly limit permissions in CI jobs

This commit is contained in:
Oliver Hamlet
2025-10-31 21:50:34 +00:00
parent bbafd394c0
commit 19873b29a0
+3
View File
@@ -12,6 +12,9 @@ env:
CMAKE_CONFIG: RelWithDebInfo
UV_VERSION: "0.9.0"
permissions:
contents: read
jobs:
rustfmt:
runs-on: ubuntu-24.04