diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-21 15:12:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 15:12:03 -0800 |
| commit | ff020cc008562034326919d5e1a8f59e83462570 (patch) | |
| tree | f14b946db0d91b8e6d7814399c41712a15e0bd9f | |
| parent | 26d9b662b1b35e6a75c8a1bc805459cd1bdf397c (diff) | |
| download | seaweedfs-ff020cc008562034326919d5e1a8f59e83462570.tar.xz seaweedfs-ff020cc008562034326919d5e1a8f59e83462570.zip | |
build(deps): bump actions/dependency-review-action from 3.0.0 to 3.0.1 (#3995)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/30d582111533d59ab793fd9f971817241654f3ec...11310527b429536e263dc6cc47873e608189ba21)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/depsreview.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index ceebf1015..e6bd5fdd9 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -11,4 +11,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: 'Dependency Review' - uses: actions/dependency-review-action@30d582111533d59ab793fd9f971817241654f3ec + uses: actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21 |
