From 17a85aaa7a087b3c491d1d7df2971e176f10d65f Mon Sep 17 00:00:00 2001 From: Markus Waldheim Date: Wed, 10 Jun 2026 11:23:07 +0200 Subject: [PATCH] fix: REUSE schema coverage + update setup-go@v5 to @v6 - .reuse/dep5: add schema/*.json license coverage (fixes REUSE CI failure) - semrel-release.yaml: bump actions/setup-go from @v5 to @v6 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .reuse/dep5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.reuse/dep5 b/.reuse/dep5 index f8b9c8f..0c22436 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -42,3 +42,8 @@ Files: LICENSE NOTICE Copyright: {{COPYRIGHT_YEAR}} The {{PROJECT_NAME}} Authors License: Apache-2.0 + +# JSON Schema files +Files: schema/*.json +Copyright: The provider-git Authors +License: Apache-2.0