From 07fec9951e559f82a0a4fcf54d4bd6df5524b97c Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Sun, 22 Feb 2026 13:56:05 +0100 Subject: [PATCH 1/2] Update go.mod --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 22ed87b..3a4b80d 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,4 @@ require ( github.com/gobwas/glob v0.2.3 github.com/spf13/pflag v1.0.10 ) + From e03ce607e2f2fb42de84f58790f3ee605b75a662 Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Sun, 22 Feb 2026 14:01:08 +0100 Subject: [PATCH 2/2] ci: Add checks write permission --- .github/workflows/ort.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 0f363a3..bc24303 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -8,6 +8,7 @@ on: permissions: contents: read pull-requests: write + checks: write jobs: license-check: