kenwoodjw commented on issue #6653: URL: https://github.com/apache/opendal/issues/6653#issuecomment-3396680812
Got it, I check github action docs: https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/find-and-customize-actions#using-shas so I'll modify code to ```diff + uses: rust-lang/crates-io-auth-action@63a7064947ceca9989005e118db3a5fecdc9259f ``` SHAS check from below ```sh git ls-remote https://github.com/rust-lang/crates-io-auth-action.git refs/tags/v1.0.0 63a7064947ceca9989005e118db3a5fecdc9259f refs/tags/v1.0.0 ``` Is this right? -- 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]
