From c2cb39ae587958abcd9f03c6cf58d7a587bbab48 Mon Sep 17 00:00:00 2001 From: Markus Waldheim Date: Wed, 10 Jun 2026 11:21:53 +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> --- .github/workflows/semrel-release.yaml | 2 +- .reuse/dep5 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semrel-release.yaml b/.github/workflows/semrel-release.yaml index d33c9e5..f40b7c0 100644 --- a/.github/workflows/semrel-release.yaml +++ b/.github/workflows/semrel-release.yaml @@ -34,7 +34,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: stable cache: false diff --git a/.reuse/dep5 b/.reuse/dep5 index f8b9c8f..6bcfc12 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 hook-gitplugin Authors +License: Apache-2.0