Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add Dependency Review workflow (#37)
# Pull Request ## Description This change introduces a new GitHub Actions workflow for dependency review. The workflow, named "Dependency Review," is triggered on pull requests and runs on the latest Ubuntu environment. The workflow consists of two main steps: 1. Checking out the repository using `actions/checkout@v4` 2. Running the dependency review action using `actions/dependency-review-action@v4` This addition enhances the project's security by automatically reviewing dependencies in pull requests, helping to identify and mitigate potential vulnerabilities or issues related to project dependencies. fixes #34
- Loading branch information