Trek_CN/.github/workflows
jubnl 62453ebefa
fix: harden prerelease workflow against races, orphan tags, and edge cases
- Add concurrency groups to both workflows to prevent parallel version-bump races
- Defer git tag push to merge job so orphan tags can't exist without a live image
- Pin build/merge jobs to the SHA captured in version-bump to prevent TOCTOU
- Guard auto-finalize in docker.yml against cross-major prereleases (requires bump=major + confirm_major=MAJOR)
- Add STABLE fallback to 0.0.0 for fresh repos with no stable tag
- Fix cleanup sort to extract numeric N via awk instead of fragile sort -t. -k4 -n
- Add 5-minute in-memory cache to checkVersion to avoid GitHub API rate limits
- Type GitHubPanel releases state; remove any cast on filter
- Quote all $VERSION/$MAJOR_TAG vars in imagetools create calls
2026-04-12 16:50:54 +02:00
..
close-stale-invalid-titles.yml ci: add contributor workflow automation 2026-04-09 01:23:21 +02:00
close-stale-wrong-branch.yml ci: add contributor workflow automation 2026-04-09 01:23:21 +02:00
close-untitled-issues.yml ci: add contributor workflow automation 2026-04-09 01:23:21 +02:00
docker-dev.yml fix: harden prerelease workflow against races, orphan tags, and edge cases 2026-04-12 16:50:54 +02:00
docker.yml fix: harden prerelease workflow against races, orphan tags, and edge cases 2026-04-12 16:50:54 +02:00
enforce-target-branch.yml fix: enforce target branch workflow 2026-04-12 15:35:40 +02:00
test.yml ci: remove npm audit fix from install steps 2026-04-08 21:18:13 +02:00