From 5708a7195bc579a97c2c4bf41fd70247999c4ed8 Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Fri, 24 Jul 2026 00:18:45 +0100 Subject: Uses reuse-check from shared infra --- .github/workflows/legal.yml | 9 ++------- mise.toml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/legal.yml b/.github/workflows/legal.yml index 4c0b2d5..2d5d69c 100644 --- a/.github/workflows/legal.yml +++ b/.github/workflows/legal.yml @@ -29,10 +29,5 @@ jobs: - name: Check contribution sign-off run: mise run signoff - - name: Check repository licensing - uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0 - - - name: Check dependency licenses - uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # 0.19.0 - with: - command: check licenses + - name: Check licensing policy + run: mise run licenses diff --git a/mise.toml b/mise.toml index 8227d57..28dd562 100644 --- a/mise.toml +++ b/mise.toml @@ -9,5 +9,5 @@ experimental = true [task_config] dir = "{{cwd}}" includes = [ - "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=22410a5dae5ff53b54d1666db5c6009229fbaaa5", + "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=69a62b0217e237ffcd461192e4d128bd10f4d45c", ] -- Gilti