chore(ci): update GHA actions to Node.js 24-compatible versions (#40477)#41932
Merged
hainenber merged 1 commit intoJul 10, 2026
Merged
Conversation
…he#40477) Backport of apache#40477 to the 6.1 branch. The docker/setup-qemu-action, docker/setup-buildx-action, and docker/login-action SHAs pinned on 6.1 (v3.x) are not on apache/superset's allowed-actions list, causing every workflow that uses the setup-docker composite action to fail. Bump them to the allowed v4.x SHAs, and mirror the remaining changes from apache#40477 (setup-supersetbot node/checkout pins and the docker pull retry loop). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Bito Automatic Review Skipped - Branch Excluded |
hainenber
approved these changes
Jul 10, 2026
Contributor
|
Thanks. Approved 👍 |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
michael-s-molina
pushed a commit
that referenced
this pull request
Jul 13, 2026
kawcl
pushed a commit
to CarnegieLearningWeb/superset
that referenced
this pull request
Jul 13, 2026
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.
SUMMARY
Backport of #40477 to the
6.1branch to fix CI.6.1pins three docker actions in.github/actions/setup-docker/action.ymlto SHAs (v3.x) that are not on apache/superset's allowed-actions list. As a result, every workflow that uses thesetup-dockercomposite action fails at startup with:Master already resolved this in #40477 by bumping the actions to the allowed v4.x SHAs. This PR mirrors that change on
6.1:docker/setup-qemu-action→v4.1.0(06116385…)docker/setup-buildx-action→v4.1.0(d7f5e7f5…)docker/login-action→v4.2.0(650006c6…)setup-supersetbot: pinactions/setup-node→v6.4.0andactions/checkout→v6.0.2docker.yml: wrapdocker pullin a 3-attempt retry loopNote:
6.1does not carry the binfmtimage:pin from #40235, so the QEMU step here only bumps the SHA (nowith: image:block), which is why a straight cherry-pick conflicted.TESTING INSTRUCTIONS
CI on this PR should now pass the workflow validation / startup step that previously failed on
6.1with the "actions are not allowed" error. Confirm the docker-based workflows start successfully.ADDITIONAL INFORMATION
🤖 Generated with Claude Code