remove 'Dependency Review' from non-PR workflows
This commit is contained in:
parent
85a44cb525
commit
d8132eba1a
4 changed files with 0 additions and 12 deletions
3
.github/workflows/build_benchmark.yml
vendored
3
.github/workflows/build_benchmark.yml
vendored
|
|
@ -33,9 +33,6 @@ 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,9 +44,6 @@ 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,9 +38,6 @@ 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,9 +32,6 @@ 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