Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create action-dependency-review.yml #21

Merged
merged 7 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions action-templates/actions/action-dependency-review/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: dependency-review
runs:
using: "composite"
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Dependency Review
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
with:
config-file: it-at-m/.github/workflow-configs/dependency_review.yaml@main
4 changes: 4 additions & 0 deletions docs/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ Executes the following steps:
artifact-path: ./target/*.jar
```
### action-dependecy-review
The dependency review action scans your pull requests for dependency changes, and will raise an error if any vulnerabilities or invalid licenses are being introduced
### action-deploy-docs
Action to deploy a docs artifact to a web page.
Expand Down