Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request includes updates to GitHub Actions workflows to improve dependency reviews and semantic pull request checks. The changes involve adding a new workflow for dependency reviews and enhancing the existing semantic pull request workflow with more descriptive step names. ### New Workflow for Dependency Reviews: * [`.github/workflows/dependency-review.yml`](diffhunk://#diff-7cdd3ccec44c8ba176bdc3b9ef54c3f56aa210a1a4e2bb5f79d87b1e50314a18R1-R27): Added a new workflow to perform dependency reviews on pull requests, including checks for vulnerabilities and licenses, and displaying OpenSSF scorecards. ### Enhancements to Semantic Pull Request Workflow: * [`.github/workflows/semantic-pr.yml`](diffhunk://#diff-b461a4aae3e02f4e8cf48457c786aa2de1f6b8b50a64d8b1b2a95e7849759920L25-R33): Updated the semantic pull request workflow to include more descriptive names for steps and ensure proper commenting behavior based on PR title validation results. [[1]](diffhunk://#diff-b461a4aae3e02f4e8cf48457c786aa2de1f6b8b50a64d8b1b2a95e7849759920L25-R33) [[2]](diffhunk://#diff-b461a4aae3e02f4e8cf48457c786aa2de1f6b8b50a64d8b1b2a95e7849759920L45-R48)
- Loading branch information