diff options
author | 2023-08-21 09:32:00 -0700 | |
---|---|---|
committer | 2023-08-21 09:32:00 -0700 | |
commit | d9b74020201f1367032b2cf1b1094b9501cd6a0a (patch) | |
tree | b42abc20773ae197cd941913ae1860b7349009fd | |
parent | ae2bbc29be1aaae0b3ded5d188968a6c97bb3144 (diff) | |
download | coredns-d9b74020201f1367032b2cf1b1094b9501cd6a0a.tar.gz coredns-d9b74020201f1367032b2cf1b1094b9501cd6a0a.tar.zst coredns-d9b74020201f1367032b2cf1b1094b9501cd6a0a.zip |
build(deps): bump actions/dependency-review-action from 3.0.7 to 3.0.8 (#6284)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab...f6fff72a3217f580d5afd49a46826795305b63c7)
---
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>
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 78c34d0b3..d7b4ff597 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -11,4 +11,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' - uses: actions/dependency-review-action@7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab + uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 |