File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
19+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+ - uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
2121 with :
2222 distribution : " temurin"
2323 java-version : " 18"
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 GITHUB_ACTOR : ${{ github.actor }}
3535 - name : Publish Test Report
36- uses : mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6
36+ uses : mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6
3737 if : success() || failure() # always run even if the previous step fails
3838 with :
3939 report_paths : " **/build/test-results/test/TEST-*.xml"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
16+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
17+ - uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
1818 with :
1919 distribution : " temurin"
2020 java-version : " 18"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.5.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.6.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments