-
v1.1.0
Stablereleased this
2026-05-27 21:42:06 +00:00 | 14 commits to main since this releaseBehavior change for
@v1consumers without an explicitversion:pin: the default sccache version is nowv0.15.0(wasv0.8.2). The S3 cache layout is shared across recent minor versions; jobs will re-populate on the first build. Pinversion: v0.8.2if you need to stay put.Added
- SHA-256 verification of the downloaded tarball against the upstream
.sha256sidecar Mozilla publishes with each release. Controlled by the newverify-checksuminput (defaulttrue). Fails closed on mismatch or missing sidecar. outputs.version(resolved tag, v-prefixed) andoutputs.install-path(absolute path) so downstream steps can assert what was installed.- macOS support:
x86_64-apple-darwinandaarch64-apple-darwinselected automatically. curl --retry 5 --retry-delay 2 --retry-connrefusedon tarball and sidecar fetches.trap-based tempdir cleanup so failed downloads don't leak.- Forgejo self-test workflow at
.forgejo/workflows/test.yml. SECURITY.md,CONTRIBUTING.md,CHANGELOG.md.
Changed
- Default
versionbumped fromv0.8.2tov0.15.0. - Version input normalized:
0.15.0andv0.15.0are equivalent. $GITHUB_PATHalways appended after install; bashhashtable reset so the in-step smoke test can't be tripped by a stale lookup.- Platform-detection error now lists supported platforms.
Fixed
- Bash command-lookup cache could cause the in-step PATH fixup to be skipped when sccache was looked up earlier in the same shell.
- Source binary's mode wasn't always preserved on install.
See
CHANGELOG.mdfor full history.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- SHA-256 verification of the downloaded tarball against the upstream