Skip to content

fix(deps, ci, v1.2): bump sbt/setup-sbt to v1.5.2 for ASF actions allowlist - #6990

Merged
Yicong-Huang merged 1 commit into
release/v1.2from
ci/6989-sbt-setup-sbt-v1.5.2-v1.2
Jul 29, 2026
Merged

fix(deps, ci, v1.2): bump sbt/setup-sbt to v1.5.2 for ASF actions allowlist#6990
Yicong-Huang merged 1 commit into
release/v1.2from
ci/6989-sbt-setup-sbt-v1.5.2-v1.2

Conversation

@Yicong-Huang

Copy link
Copy Markdown
Contributor

What changes were proposed in this PR?

release/v1.2 pins sbt/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 in startup_failure and no CI runs on release/v1.2 — the precheck job 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):

- sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
+ sbt/setup-sbt@6444f4c8111de4b9059c3975def104b03cfaa5f0 # v1.5.2
  • .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. main reached 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 of startup_failure. Diff is limited to the 6 action pins (verified no other 508b753e references remain in .github/workflows/).

Was this PR authored or co-authored using generative AI tooling?

Yes — authored with Claude Code.

🤖 Generated with Claude Code

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>
@Yicong-Huang Yicong-Huang added ci changes related to CI release/v1.2 back porting to release/v1.2 and removed release/v1.2 back porting to release/v1.2 labels Jul 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • Contributors with relevant context: @bobbai00
    You can notify them by mentioning @bobbai00 in a comment.

@Yicong-Huang Yicong-Huang changed the title ci(v1.2): bump sbt/setup-sbt to v1.5.2 for ASF actions allowlist fix(deps, ci, v1.2): bump sbt/setup-sbt to v1.5.2 for ASF actions allowlist Jul 29, 2026
@codecov-commenter

codecov-commenter commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.39%. Comparing base (9a989b4) to head (8f8b398).
⚠️ Report is 2 commits behind head on release/v1.2.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ *Carryforward flag
access-control-service 64.61% <ø> (ø)
agent-service 34.36% <ø> (ø)
amber 52.49% <ø> (-0.04%) ⬇️
computing-unit-managing-service 1.65% <ø> (ø)
config-service 56.06% <ø> (ø)
file-service 58.59% <ø> (ø)
frontend 47.22% <ø> (+0.03%) ⬆️
pyamber 90.83% <ø> (ø)
python 90.74% <ø> (ø) Carriedforward from 9a989b4
workflow-compiling-service 58.69% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Yicong-Huang
Yicong-Huang requested a review from xuang7 July 29, 2026 02:58
@Yicong-Huang
Yicong-Huang merged commit fd5f487 into release/v1.2 Jul 29, 2026
54 of 58 checks passed
@Yicong-Huang
Yicong-Huang deleted the ci/6989-sbt-setup-sbt-v1.5.2-v1.2 branch July 29, 2026 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci changes related to CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants