[MINOR] fix(ci): Pin pnpm/action-setup to an ASF-allowlisted SHA - #12899
Merged
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SpCQ2tawE67Ur1X4nyKsV1
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The workflow change is minimal, valid, and aligns with ASF allowlist requirements without affecting runtime behavior beyond fixing CI allowlist compliance.
Pull request overview
This PR updates the Web UI test GitHub Actions workflow to comply with ASF’s tightened allowlist requirements by pinning pnpm/action-setup to an explicit, allowlisted commit SHA (corresponding to v6.0.10) instead of using the moving v4 tag.
Changes:
- Pin
pnpm/action-setupto commit0977fd99725f1db4007ccb2928dbb4e90d06cc86(tagv6.0.10) in the Web UI tests workflow. - Keep existing
version: 9input usage unchanged.
File summaries
| File | Description |
|---|---|
| .github/workflows/web-ui-tests.yml | Pins pnpm/action-setup to an ASF-allowlisted SHA to prevent asf-allowlist-check failures. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Code Coverage Report
|
LauraXia123
approved these changes
Sep 4, 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.
What changes were proposed in this pull request?
Pin
pnpm/action-setupinweb-ui-tests.ymlto the ASF-allowlisted commit SHA forv6.0.10, instead of the movingv4tag.Why are the changes needed?
apache/infrastructure-actionstightened its allowlist forpnpm/action-setupfrom a wildcard ('*': keep: true) to a single pinned SHA (0977fd99725f1db4007ccb2928dbb4e90d06cc86, tagv6.0.10): apache/infrastructure-actions@db90620. As a result,asf-allowlist-checknow fails on every workflow run that still referencespnpm/action-setup@v4.v6.0.10'saction.ymlkeeps the sameversioninput used here, so this is a drop-in replacement.Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A — CI-only change.
🤖 Generated with Claude Code
https://claude.ai/code/session_01SpCQ2tawE67Ur1X4nyKsV1