fix(ci): bump sbt/setup-sbt to v1.1.22 in generate-jooq job#4644
Merged
Conversation
The v1.1.14 SHA in generate-jooq is no longer allowlisted by ASF Infra, which fails the whole build-and-push-images workflow. Aligns with the SHA already used by build-amd64 and build-arm64. Closes apache#4643 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Yicong-Huang
approved these changes
May 2, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
May 2, 2026
### What changes were proposed in this PR? Bumps `sbt/setup-sbt` in the `generate-jooq` job of `.github/workflows/build-and-push-images.yml` from the v1.1.14 SHA (`3e125ece…`) to the v1.1.22 SHA (`508b753e…`), matching the SHA already used by the `build-amd64` and `build-arm64` jobs. The v1.1.14 SHA is no longer on ASF Infra's allowlist, so the workflow currently fails immediately with: > The action `sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd` is not allowed in apache/texera because all actions must be from a repository owned by your enterprise Since `generate-jooq` is a `needs:` of both build jobs, this single mismatch blocks the entire workflow. ### Any related issues, documentation, discussions? Closes #4643 ### How was this PR tested? Will be verified by triggering the `Build and push images` workflow on `workflow_dispatch` once merged. The change is a one-line action SHA bump aligning with SHAs already validated by the parallel build jobs. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> (backported from commit 61ce334)
SarahAsad23
pushed a commit
to SarahAsad23/texera
that referenced
this pull request
May 4, 2026
) ### What changes were proposed in this PR? Bumps `sbt/setup-sbt` in the `generate-jooq` job of `.github/workflows/build-and-push-images.yml` from the v1.1.14 SHA (`3e125ece…`) to the v1.1.22 SHA (`508b753e…`), matching the SHA already used by the `build-amd64` and `build-arm64` jobs. The v1.1.14 SHA is no longer on ASF Infra's allowlist, so the workflow currently fails immediately with: > The action `sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd` is not allowed in apache/texera because all actions must be from a repository owned by your enterprise Since `generate-jooq` is a `needs:` of both build jobs, this single mismatch blocks the entire workflow. ### Any related issues, documentation, discussions? Closes apache#4643 ### How was this PR tested? Will be verified by triggering the `Build and push images` workflow on `workflow_dispatch` once merged. The change is a one-line action SHA bump aligning with SHAs already validated by the parallel build jobs. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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?
Bumps
sbt/setup-sbtin thegenerate-jooqjob of.github/workflows/build-and-push-images.ymlfrom the v1.1.14 SHA (3e125ece…) to the v1.1.22 SHA (508b753e…), matching the SHA already used by thebuild-amd64andbuild-arm64jobs.The v1.1.14 SHA is no longer on ASF Infra's allowlist, so the workflow currently fails immediately with:
Since
generate-jooqis aneeds:of both build jobs, this single mismatch blocks the entire workflow.Any related issues, documentation, discussions?
Closes #4643
How was this PR tested?
Will be verified by triggering the
Build and push imagesworkflow onworkflow_dispatchonce merged. The change is a one-line action SHA bump aligning with SHAs already validated by the parallel build jobs.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)