From 86b21e900fb1bb323824431765911152828a9005 Mon Sep 17 00:00:00 2001 From: "Flemming N. Larsen" Date: Wed, 9 Sep 2026 20:26:56 +0200 Subject: [PATCH] Pin Cliewen CI validation workflow to v0.24.1 commit SHA clue migrate carries repositories onto a newly released Cliewen pair; the reusable workflow reference now pins the exact v0.24.1 commit instead of the mutable tag. Cliewen-Route: simple Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01A6pPpd8gWaqE3w1PWYr4qn --- .github/workflows/clue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clue.yml b/.github/workflows/clue.yml index d3a24c7..40d1714 100644 --- a/.github/workflows/clue.yml +++ b/.github/workflows/clue.yml @@ -18,7 +18,7 @@ permissions: jobs: validate: name: validate - uses: cliewen/cliewen/.github/workflows/clue-validation.yml@v0.24.1 + uses: cliewen/cliewen/.github/workflows/clue-validation.yml@d98485188b0ae1505892bfdd2cafc22f8e890611 with: runner: '["ubuntu-latest"]' clue-version: 0.24.1