Update GitHub Actions workflow with permissions (#33220)

This commit is contained in:
Luke Heath 2025-09-19 11:19:04 -05:00 committed by GitHub
parent e37aa6cf29
commit 23a0f8148b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,9 @@ concurrency:
# Newly queued runs terminate existing in-progress runs.
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: (${{ matrix.GOOS }})(${{ matrix.GOARCH }})