Add back Dependency Review to workflow
This commit is contained in:
parent
341cb1e408
commit
60cf45662b
4 changed files with 12 additions and 0 deletions
3
.github/workflows/build_benchmark.yml
vendored
3
.github/workflows/build_benchmark.yml
vendored
|
|
@ -33,6 +33,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
|
||||
|
||||
- name: Prepare env
|
||||
id: prepare_env
|
||||
run: |
|
||||
|
|
|
|||
3
.github/workflows/build_preview.yml
vendored
3
.github/workflows/build_preview.yml
vendored
|
|
@ -44,6 +44,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
|
||||
|
||||
- name: Get previous release
|
||||
id: last_release
|
||||
uses: InsonusK/get-latest-release@7a9ff16c8c6b7ead5d71c0f1cc61f2703170eade # v1.1.0
|
||||
|
|
|
|||
3
.github/workflows/build_push.yml
vendored
3
.github/workflows/build_push.yml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/build_release.yml
vendored
3
.github/workflows/build_release.yml
vendored
|
|
@ -32,6 +32,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
|
||||
|
||||
- name: Get previous release
|
||||
id: last_release
|
||||
uses: InsonusK/get-latest-release@7a9ff16c8c6b7ead5d71c0f1cc61f2703170eade # v1.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue