Skip to content

Commit bc8da13

Browse files
Merge branch 'master' into ci-mvnd
2 parents 97becc0 + 9531552 commit bc8da13

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/dep.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ on:
2323
- master
2424
- branch-*
2525
paths:
26-
# when pom changes
26+
# when pom or dependency workflow changes
2727
- '**/pom.xml'
28-
# when dependency workflow changes
29-
- .github/workflows/dep.yaml
28+
- '.github/workflows/dep.yml'
3029
- .github/actions/setup-mvnd/*.yaml
3130

3231
concurrency:
@@ -62,3 +61,7 @@ jobs:
6261
-pl kyuubi-ctl,kyuubi-server,kyuubi-assembly -am
6362
- name: Check dependency list
6463
run: build/dependency.sh
64+
- name: Dependency Review
65+
uses: actions/dependency-review-action@v3
66+
with:
67+
fail-on-severity: moderate

0 commit comments

Comments
 (0)