File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1919 repository : ${{github.event.pull_request.head.repo.full_name}}
2020 fetch-depth : 0
2121
22+ - uses : actions/setup-java@v4
23+ with :
24+ distribution : ' temurin'
25+ java-version : ' 11'
26+
2227 - name : Build with Gradle
2328 uses : hypertrace/github-actions/gradle@main
2429 with :
Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717
18+ - uses : actions/setup-java@v4
19+ with :
20+ distribution : ' temurin'
21+ java-version : ' 11'
22+
1823 - name : Unit test
1924 uses : hypertrace/github-actions/gradle@main
2025 with :
4853 dependency-check :
4954 runs-on : ubuntu-24.04
5055 steps :
56+ - name : Check out code
57+ uses : actions/checkout@v4
58+ with :
59+ fetch-depth : 0
60+ - uses : actions/setup-java@v4
61+ with :
62+ distribution : ' temurin'
63+ java-version : ' 11'
5164 - name : Dependency Check
5265 uses : hypertrace/github-actions/dependency-check@main
5366 with :
You can’t perform that action at this time.
0 commit comments