jbampton commented on issue #2383: URL: https://github.com/apache/shiro/issues/2383#issuecomment-3591855567
The two below lines basically say you should have a Python requirements file with your dependencies pinned. So we are using `pre-commit` which is a Python package. It is designed to run on your local machine. I did try to add support in #2341 but it was banned straight away ``` Warn: pipCommand not pinned by hash: .github/workflows/pre-commit.yml:42 Warn: pipCommand not pinned by hash: .github/workflows/pre-commit.yml:43 ``` -- 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]
