diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-19 09:21:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 09:21:41 -0800 |
| commit | ae847c27807281d9443abc9c14c2629dd764785a (patch) | |
| tree | 453eec18a183b6fcfa84541c62f977956e4b8b13 /.github/workflows | |
| parent | 3b85dc5fbbdc37261e311923cfc4bbacf8841c7d (diff) | |
| download | seaweedfs-ae847c27807281d9443abc9c14c2629dd764785a.tar.xz seaweedfs-ae847c27807281d9443abc9c14c2629dd764785a.zip | |
build(deps): bump actions/dependency-review-action from 3.0.1 to 3.0.2 (#4064)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/11310527b429536e263dc6cc47873e608189ba21...0ff3da6f81b812d4ec3cf37a04e2308c7a723730)
---
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>
Diffstat (limited to '.github/workflows')
| -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 e6bd5fdd9..c8ab974d5 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@11310527b429536e263dc6cc47873e608189ba21 + uses: actions/dependency-review-action@0ff3da6f81b812d4ec3cf37a04e2308c7a723730 |
