From 3e62e3b605413acfb5d91b34c673c9b177ec9505 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Mon, 14 Sep 2026 14:44:57 +0300 Subject: [PATCH] Pin git-restore-mtime script to a valid commit SHA. Co-authored-by: Cursor --- .github/actions/restore-git-mtimes/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/restore-git-mtimes/action.yml b/.github/actions/restore-git-mtimes/action.yml index a0d74e2..7665840 100644 --- a/.github/actions/restore-git-mtimes/action.yml +++ b/.github/actions/restore-git-mtimes/action.yml @@ -13,5 +13,5 @@ runs: exit 0 fi script="${RUNNER_TEMP}/git-restore-mtime" - curl -fsSL https://github.com/MestreLion/git-tools/raw/2024.11/git-restore-mtime -o "$script" + curl -fsSL https://raw.githubusercontent.com/MestreLion/git-tools/b5822d297b3ca4a3b6574e78327a464790b14937/git-restore-mtime -o "$script" python3 "$script"