Skip to content

Commit 3b149f3

Browse files
chore(project): add new dependency check workflow
related to camunda/camunda-bpm-platform#2781
1 parent 96f6298 commit 3b149f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Java Dependency Check
2+
3+
on:
4+
pull_request:
5+
types: [ labeled ]
6+
7+
jobs:
8+
call-reusable-flow:
9+
uses: camunda/automation-platform-github-actions/.github/workflows/java-dependency-check.yml@main
10+
if: ${{ github.event.label.name == 'bot:java-dependency-check' }}
11+
with:
12+
ref: main
13+
secrets: inherit

0 commit comments

Comments
 (0)