ym0506 commented on PR #38352:
URL: https://github.com/apache/shardingsphere/pull/38352#issuecomment-4008895601
Thanks. I updated the checkout ref selection as suggested.
Current behavior in all 5 `actions/checkout` steps is now:
`ref: ${{ github.event_name == 'pull_request' && github.ref || github.sha }}`
So:
- `pull_request` keeps using the PR merge ref
- non-PR runs stay SHA-pinned and preserve the previous deterministic
checkout behavior
The patch is pushed in commit `2df1dcf9`.
--
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]