Explicitly limit permissions in CI jobs

This commit is contained in:
Oliver Hamlet
2025-10-31 21:48:59 +00:00
parent 1d4e84b8d1
commit 67dfd78017
+3
View File
@@ -5,6 +5,9 @@ on: [push, pull_request]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
permissions:
contents: read
jobs: jobs:
rustfmt: rustfmt:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04