Skip to content

Commit

Permalink
feat: add dependency review for java
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov committed Nov 29, 2024
1 parent 28db8ad commit 0be0ef9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependency-reivew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependency Review

on:
pull_request_target:
types:
- opened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
dependency-review:
uses: epam/ai-dial-ci/.github/workflows/[email protected]
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}

0 comments on commit 0be0ef9

Please sign in to comment.