aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat
-rw-r--r--.github/workflows/legal.yml9+2 −7
-rw-r--r--mise.toml2+1 −1
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",
]