fix(deps, ci, v1.2): bump sbt/setup-sbt to v1.5.2 for ASF actions allowlist - #6990
Merged
Merged
Conversation
release/v1.2 pins sbt/setup-sbt@508b753e (v1.1.22), which is not on the ASF GitHub Enterprise actions allowlist. GitHub rejects the workflow at graph-build time, so Required Checks ends in startup_failure and no CI runs on v1.2 (matching main, which already uses v1.5.2 via #6710). Bump all 6 pins in build.yml and build-and-push-images.yml to the allowlisted sbt/setup-sbt@6444f4c8 (v1.5.2). Fixes #6989. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Automated Reviewer SuggestionsBased on the
|
aglinxinyuan
approved these changes
Jul 29, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v1.2 #6990 +/- ##
===============================================
Coverage 52.39% 52.39%
+ Complexity 2493 2489 -4
===============================================
Files 1077 1077
Lines 42267 42267
Branches 4548 4548
===============================================
+ Hits 22146 22147 +1
+ Misses 18815 18810 -5
- Partials 1306 1310 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
release/v1.2pinssbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41(v1.1.22), which is not on the ASF GitHub Enterprise actions allowlist. GitHub rejects the workflow while building the graph, so the Required Checks workflow ends instartup_failureand no CI runs onrelease/v1.2— theprecheckjob never executes, which is why CI appears to "not trigger by label".This bumps all 6 pins to the allowlisted version already used on
main(green there):.github/workflows/build.yml(×3).github/workflows/build-and-push-images.yml(×3)Minimal targeted change rather than backporting the large github-actions group bump (#6187), which touches 15 actions across 17 files and conflicts heavily against v1.2.
Any related issues, documentation, discussions?
Fixes #6989.
mainreached v1.5.2 via #6710 (d28b761ae). Unblocks backport PRs #6982 and #6984.How was this PR tested?
This PR's own Required Checks run is the test: because the head branch already uses the allowlisted
sbt/setup-sbt@6444f4c8(v1.5.2), the workflow should now start successfully instead ofstartup_failure. Diff is limited to the 6 action pins (verified no other508b753ereferences remain in.github/workflows/).Was this PR authored or co-authored using generative AI tooling?
Yes — authored with Claude Code.
🤖 Generated with Claude Code