-
Notifications
You must be signed in to change notification settings - Fork 146
feat: harden checkout #795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: harden checkout #795
Conversation
@@ -55,6 +56,9 @@ runs: | |||
repository: "${{ inputs.repository }}" | |||
token: "${{ inputs.token }}" | |||
|
|||
- name: Verify checkout | |||
uses: slsa-framework/slsa-github-generator/.github/actions/verify-checkout@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is merged, I will update this code to a hash pin instead of "@main"
@naveensrinivasan any idea why the |
That's my fault. That check was failing but #646 got auto-merged because the check isn't a required check on the protected branch. The fix is tracked on #793 |
no problem. I understand. ncc got updated and that's why it failed. Thanks |
I added the check-dist as a required check so auto-submits won't work if it fails. |
See #626 (comment)