luizotavio32 opened a new pull request, #41932: URL: https://github.com/apache/superset/pull/41932
### SUMMARY Backport of #40477 to the `6.1` branch to fix CI. `6.1` pins three docker actions in `.github/actions/setup-docker/action.yml` to SHAs (v3.x) that are **not** on apache/superset's allowed-actions list. As a result, every workflow that uses the `setup-docker` composite action fails at startup with: > Error: The actions `docker/setup-qemu-action@2910929…`, `docker/setup-buildx-action@8d2750c6…`, and `docker/login-action@c94ce9fb…` are not allowed in apache/superset because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns… 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`: pin `actions/setup-node` → `v6.4.0` and `actions/checkout` → `v6.0.2` - `docker.yml`: wrap `docker pull` in a 3-attempt retry loop Note: `6.1` does not carry the binfmt `image:` pin from #40235, so the QEMU step here only bumps the SHA (no `with: 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.1` with the "actions are not allowed" error. Confirm the docker-based workflows start successfully. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
