Separate GitHub Actions path for GitHub Code Quality

A dedicated workflow path for code quality CodeQL actions workflows is now generally available. Your workflow run history and your Actions usage reports now tell GitHub Code Quality runs apart… The post Separate GitHub Actions path for GitHub Code Quality appeared first on The GitHub Blog.

What happened

GitHub Actions now includes a separate path for GitHub Code Quality workflows, allowing users to distinguish these actions from others in their run history and reports.

Why it matters

This update enhances the visibility and management of Code Quality tasks, allowing developers to better monitor and optimize their code quality practices within their CI/CD pipelines.

Sources