aarushisingh04 opened a new pull request, #56454: URL: https://github.com/apache/spark/pull/56454
### What changes were proposed in this pull request? this PR pins the `actions/checkout` GitHub Action in `.github/workflows/maven_test.yml` and `.github/workflows/python_hosted_runner_test.yml` to the specific resolved commit SHA for version `v6.0.3` (`df4cb1c069e1874edd31b4311f1884172cec0e10`). ### Why are the changes needed? pinning actions to a specific, immutable commit SHA is a security best practice, because it protects the repository's CI/CD workflows from untrusted tag updates and ensures build reproducibility. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? verified by checking that the commit SHA resolves directly to `v6.0.3` on `actions/checkout`. ### Was this patch authored or co-authored using generative AI tooling? yes. Generated-by: codex (partially co-authored) -- 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]
