Skip to content

Commit

Permalink
chore(project): add new dependency check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenLindhauer committed Oct 9, 2023
1 parent f19f947 commit 885c481
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/java-dependency-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Java Dependency Check

on:
pull_request:
types: [ labeled ]

jobs:
call-reusable-flow:
uses: camunda/automation-platform-github-actions/.github/workflows/java-dependency-check.yml@main
if: ${{ github.event.label.name == 'bot:java-dependency-check' }}
with:
ref: main
secrets: inherit

0 comments on commit 885c481

Please sign in to comment.