You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zizmor is being used to tighten up our actions here: ansys/actions#725
Note
I am opening this as a bug and not as a feature request because the documentation implies that inline comments should be supported within composite actions. Although on this page, it is stated that a zizmor.yml config cannot be used. I stand to be corrected though, maybe I missed something. Thanks!
Pre-submission checks
Expected behavior
Ignore results within composite actions using inline comments.
Actual behavior
Results are not ignored when inline comments are used within composite actions.
Reproduction steps
On a composite action that raises
error[template-injection]for example, adding# zizmor: ignore[template-injection]has no effect.Logs
Additional context
Kudos for the great work being done @woodruffw.
zizmor is being used to tighten up our actions here: ansys/actions#725
Note
I am opening this as a bug and not as a feature request because the documentation implies that inline comments should be supported within composite actions. Although on this page, it is stated that a
zizmor.ymlconfig cannot be used. I stand to be corrected though, maybe I missed something. Thanks!