Copilot commented on code in PR #12314:
URL: https://github.com/apache/gluten/pull/12314#discussion_r3427474490
##########
.github/workflows/docker_image.yml:
##########
@@ -42,16 +42,16 @@ jobs:
uses: actions/checkout@v6
Review Comment:
This PR’s description indicates action versions were updated to meet Apache
requirements (approved patterns typically require pinning actions to full
commit SHAs). `actions/checkout@v6` is still a floating tag rather than a
pinned SHA, so the workflow may still fail compliance checks. Update
`actions/checkout` to an approved pinned commit SHA (per the ASF
approved_patterns list) to fully satisfy the stated goal.
--
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]