-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[BUG]: failed to register input as workflow or action #462
Comments
Hi @cipherboy, thanks for the report! I'm taking a look now. |
Thanks a ton for providing a repro case here! I was able to minimize this, and it's a different bug than #431: the bug here is that the models assume that This should be a pretty simple fix on my end! |
Oh wow, that was fast @woodruffw! Thank you so much!! |
See woodruffw/zizmor#462.
No problem! Sorry the error message there is so opaque -- the models involve a lot of "untagged" structure matching, which with |
Pre-submission checks
Expected behavior
This looks like a duplicate of #431 but neither v1.0.1 nor v1.1.1 (patched) seem able to parse it:
Actual behavior
Old version:
Perform update:
Rerun:
on this workflow: https://github.com/openbao/openbao/blob/8d3b68efd6b90adbde3ca76acf530a125061b98b/.github/workflows/test-go.yml
Reproduction steps
zizmor --verbose .github/workflows/test-go.yml
Logs
Additional context
Removing all "uses:" entries doesn't seem to help, so I suspect the problem is unrelated? Based on the context I understand from woodruffw/github-actions-models#30, it seems like perhaps a parse error isn't being surfaced correctly? Though this action runs in CI just fine (e.g., https://github.com/openbao/openbao/actions/runs/12837585390).
Saw this in the FOSDEM speakers chat, good luck and hope to see you there! Thank you as always! :-)
The text was updated successfully, but these errors were encountered: