1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

build(deps): bump actions/dependency-review-action from 3 to 4

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-22 19:04:54 +00:00
committed by GitHub
parent 766bb1a1e0
commit 107ff5d2cd

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Dependency Review - name: Dependency Review
uses: actions/dependency-review-action@v3 uses: actions/dependency-review-action@v4
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
# XXX: `make static-analysis` also run shellcheck but this one provides # XXX: `make static-analysis` also run shellcheck but this one provides