-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix CodeQL path filtering #758
Conversation
This reverts commit 4d6984b. Branch protection rules require the CodeQL check. Signed-off-by: Cody Soyland <[email protected]>
we need to use this action to filter out #751 (comment) i can submit a PR later |
Good call, I can do it in this PR actually. |
Signed-off-by: Cody Soyland <[email protected]>
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.
thank you!
@cpanato Do you understand why the bare |
we will need to update that, gimme a sec |
lets do this: sigstore/community#321 and later I will run a test pr to check others requires that we can add, lets apply that to unblock you |
Thanks all, i appreciate you cleaning up my mistake |
This reverts commit 4d6984b.
Branch protection rules require the CodeQL check. This change uses
dorny/paths-filter@v2
to filter the path as a step in the workflow so that the required check still runs.This blocks #757 which is a terraform-only change.
Signed-off-by: Cody Soyland [email protected]