blackmwk opened a new pull request, #3249: URL: https://github.com/apache/iceberg-rust/pull/3249
## Which issue does this PR close? Closes #3248. ## What changes are included in this PR? The ASF allowlist checker compares action references case-sensitively. Six workflow steps use `swatinem/rust-cache`, but the approved pattern is `Swatinem/rust-cache@*`, causing the check to fail on every PR. Correct the owner casing in the Rust CI, Python bindings CI, and public API workflows so all six references match the approved pattern. ## Are these changes tested? Ran the exact allowlist checker pinned by this repository (`61dcea11f19e2bbe1263f14d72235e8da17d3ad0`) against the current ASF allowlist, applying the same local-action reference normalization as CI: - Before the change: reproduced all six allowlist violations (exit code 1). - After the change: all 20 unique action references pass (exit code 0). - `git diff --check` passes. The existing allowlist check covers this workflow-only change. ## AI Disclosure This PR was prepared with assistance from OpenAI Codex. -- 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]
