]> git.ipfire.org Git - thirdparty/json-c.git/commit
ci: set least-privilege GITHUB_TOKEN permissions for meson workflow 932/head
authorAlb3e3 <74142887+Alb3e3@users.noreply.github.com>
Sat, 27 Jun 2026 11:52:31 +0000 (13:52 +0200)
committerAlb3e3 <74142887+Alb3e3@users.noreply.github.com>
Sat, 27 Jun 2026 11:52:31 +0000 (13:52 +0200)
commitd0cc18738c1c205afbf6b1e54a40fc97bf139aa1
tree46e326951d2f48e03236ccaba421cd22a69e9738
parentcce075f551004934ca938341ce6dff6c1cca5219
ci: set least-privilege GITHUB_TOKEN permissions for meson workflow

The meson workflow only builds and tests across platforms; none of its
jobs write to the repository, packages, or other GitHub resources. Add a
workflow-level `permissions: { contents: read }` block so the default
GITHUB_TOKEN follows least privilege instead of inheriting the broad
read/write scopes granted by default.
.github/workflows/meson.yml