thisisnic opened a new issue, #49727:
URL: https://github.com/apache/arrow/issues/49727

   ### Describe the enhancement
   
   All GitHub Actions references currently use version tags (e.g. 
`actions/checkout@v6`). Per ASF best practices, these should be pinned to full 
commit SHAs to ensure reproducibility and protect against upstream tag changes.
   
   This affects 146 action references across virtually all workflow files. The 
`zizmor` tool can auto-fix most of these with `zizmor --fix`.
   
   #### Example
   
   Before:
   ```yaml
   uses: actions/checkout@v6
   ```
   
   After:
   ```yaml
   uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v6
   ```
   
   ### Component(s)
   
   Continuous Integration


-- 
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]

Reply via email to