Skip to content

Commit 8f485a6

Browse files
committed
ci: add separate Dependabot CI workflow using pull_request_target
1 parent 471e817 commit 8f485a6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Dependabot CI
2+
on:
3+
pull_request_target:
4+
branches: [develop, main]
5+
jobs:
6+
build:
7+
if: github.actor == 'dependabot[bot]'
8+
uses: fireflyframework/.github/.github/workflows/java-ci.yml@main
9+
with:
10+
java-version: '25'
11+
checkout-ref: ${{ github.event.pull_request.head.sha }}
12+
trigger-downstream: false

0 commit comments

Comments
 (0)