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
* fix(workflows): Resolve actionlint warnings and logic in CI
This commit addresses multiple `actionlint` warnings and improves the
robustness of the CI workflows.
- **clang-tidy-fix.yaml**: Mitigates a script injection warning by
passing the untrusted `github.event.comment.body` through a sanitized
environment variable before use in the `run` script.
- **cmake-build.yaml**: Refactors the job structure to resolve
property warnings and a logic flaw that prevented manual triggers
from running correctly. The change separates change-detection and
matrix-generation into two distinct, lightweight jobs, ensuring
the build runs correctly for all trigger types.
* Fix variable/command output splitting with double quotes
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments