ci: set explicit workflow permissions (#31830)

* Set explicit workflow permissions
* Should be a no-op since we're using restricted GITHUB_TOKENs by
default
This commit is contained in:
Eugene Yurtsev
2025-07-03 10:02:18 -04:00
committed by GitHub
parent 46745f91b5
commit 6dca787a9d
14 changed files with 42 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ on:
type: string
description: "Pydantic version to test."
permissions:
contents: read
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"