File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 99 merge-me :
1010 name : Merge me!
1111 runs-on : ubuntu-latest
12- if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github. actor == 'dependabot[bot]'
12+ if : github.event.workflow_run.event == 'pull_request' && github.actor == 'dependabot[bot]'
1313 steps :
14+ - name : ' Wait until build and static code check is success'
15+ - uses : actions/checkout@v2
16+ - uses : ahmadnassri/action-workflow-run-wait@v1
17+ with :
18+ timeout : 300000
1419 - name : ' Download artifact'
15201621 with :
Original file line number Diff line number Diff line change 408408 <plugin >
409409 <groupId >com.github.spotbugs</groupId >
410410 <artifactId >spotbugs-maven-plugin</artifactId >
411- <version >4.3.0 </version >
411+ <version >4.2.2 </version >
412412 <executions >
413413 <execution >
414414 <id >test</id >
You can’t perform that action at this time.
0 commit comments