From 84dc3d1df5fd0253cba222546b679512ce6753ae Mon Sep 17 00:00:00 2001 From: Shane Frasier Date: Mon, 19 Jan 2026 14:25:02 -0500 Subject: [PATCH] Add artifact-metadata property to github-workflow schema The new [`artifact-metadata` granular permission](https://github.blog/changelog/2026-01-13-new-fine-grained-permission-for-artifact-metadata-is-now-generally-available/) is now generally available. --- src/schemas/json/github-workflow.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/json/github-workflow.json b/src/schemas/json/github-workflow.json index cc7e59a88b3..8174b22d0b2 100644 --- a/src/schemas/json/github-workflow.json +++ b/src/schemas/json/github-workflow.json @@ -162,6 +162,9 @@ "actions": { "$ref": "#/definitions/permissions-level" }, + "artifact-metadata": { + "$ref": "#/definitions/permissions-level" + }, "attestations": { "$ref": "#/definitions/permissions-level" },