Skip to content

Commit

Permalink
add Dependency Review GitHub Actions workflow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Jul 28, 2022
1 parent b9c6b50 commit 16e8a17
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Dependency Review

on:
pull_request_target:
branches:
- main

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/dependency-review-action@v2
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- `markdownlint` GitHub Actions workflow
- `dependabot.yml` GitHub config
- `changelog-enforcer.yml` GitHub Actions workflow
- `changelog_enforcer.yml` GitHub Actions workflow
- `dependency_review.yml` GitHub Actions workflow

<!-- ### Changed -->
<!-- markdownlint-disable-next-line -->
Expand Down

0 comments on commit 16e8a17

Please sign in to comment.