fix(remote): verify the pinned checksum on remote cache hits (#2980)

This commit is contained in:
Valentin Maerten
2026-08-14 19:46:08 +02:00
committed by GitHub
parent 50c5ae18e4
commit 1868ad2969
2 changed files with 10 additions and 6 deletions

View File

@@ -56,6 +56,8 @@
reports exit code `124`. Callers that join a `run: once` or `when_changed`
task already running now honor their own `timeout`, and inherit that task's
failure instead of being told it succeeded (#1569, #2898 by @vmaerten).
- Fixed a pinned `checksum:` not being verified when a remote Taskfile came from
the cache (#2980 by @vmaerten).
## v3.52.0 - 2026-07-02