File tree Expand file tree Collapse file tree 9 files changed +22
-15
lines changed Expand file tree Collapse file tree 9 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 2020 ref : v${{ github.event.inputs.release_version }}
2121 - uses : gradle/wrapper-validation-action@v1
2222 - name : Set up JDK
23- uses : actions/setup-java@v2
23+ uses : actions/setup-java@v3
2424 with :
2525 distribution : ' adopt'
2626 java-version : ' 8'
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- - uses : actions/cache@v2.1.7
15+ - uses : actions/cache@v3
1616 with :
1717 path : ~/.gradle/caches
1818 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
1919 restore-keys : |
2020 ${{ runner.os }}-gradle-
2121 - name : Set up JDK
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v3
2323 with :
2424 distribution : ' adopt'
2525 java-version : ' 8'
3232 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
3333 run : ./gradlew useLatestVersions
3434 - name : Create Pull Request
35- uses : peter-evans/create-pull-request@v3.14.0
35+ uses : peter-evans/create-pull-request@v4
3636 with :
3737 token : ${{ secrets.GH_TOKEN }}
3838 committer : micronaut-build <${{ secrets.MICRONAUT_BUILD_EMAIL }}>
Original file line number Diff line number Diff line change 2929 sudo apt-get clean
3030 df -h
3131 - uses : actions/checkout@v3
32- - uses : actions/cache@v2.1.7
32+ - uses : actions/cache@v3
3333 with :
3434 path : ~/.gradle/caches
3535 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
5656 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
5757 - name : Publish Test Report
5858 if : always()
59- uses : mikepenz/action-junit-report@v2.9 .1
59+ uses : mikepenz/action-junit-report@v3.0 .1
6060 with :
6161 check_name : GraalVM CE CI / Test Report (Java ${{ matrix.java }})
6262 report_paths : ' **/build/test-results/test/TEST-*.xml'
63+ check_retries : ' true'
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 sudo apt-get clean
3030 df -h
3131 - uses : actions/checkout@v3
32- - uses : actions/cache@v2.1.7
32+ - uses : actions/cache@v3
3333 with :
3434 path : ~/.gradle/caches
3535 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3636 restore-keys : |
3737 ${{ runner.os }}-gradle-
3838 - name : Set up JDK
39- uses : actions/setup-java@v2
39+ uses : actions/setup-java@v3
4040 with :
4141 distribution : ' adopt'
4242 java-version : ${{ matrix.java }}
@@ -59,10 +59,11 @@ jobs:
5959 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
6060 - name : Publish Test Report
6161 if : always()
62- uses : mikepenz/action-junit-report@v2.9 .1
62+ uses : mikepenz/action-junit-report@v3.0 .1
6363 with :
6464 check_name : Java CI / Test Report (${{ matrix.java }})
6565 report_paths : ' **/build/test-results/test/TEST-*.xml'
66+ check_retries : ' true'
6667 - name : Publish to Sonatype Snapshots
6768 if : success() && github.event_name == 'push' && matrix.java == '8'
6869 env :
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- - uses : actions/cache@v2.1.7
14+ - uses : actions/cache@v3
1515 with :
1616 path : ~/.gradle/caches
1717 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
1818 restore-keys : |
1919 ${{ runner.os }}-gradle-
2020 - name : Set up JDK
21- uses : actions/setup-java@v2
21+ uses : actions/setup-java@v3
2222 with :
2323 distribution : ' adopt'
2424 java-version : ' 8'
Original file line number Diff line number Diff line change 1717 token : ${{ secrets.GH_TOKEN }}
1818 - uses : gradle/wrapper-validation-action@v1
1919 - name : Set up JDK
20- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v3
2121 with :
2222 distribution : ' adopt'
2323 java-version : ' 8'
6060 BRANCH : gh-pages
6161 FOLDER : build/docs
6262 VERSION : ${{ steps.release_version.outputs.release_version }}
63+ TARGET_REPOSITORY : ${{ github.repository == 'micronaut-projects/micronaut-core' && env.docsRepository || github.repository }}
6364 GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
6465 GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
6566 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 - uses : actions/checkout@v3
2929 with :
3030 fetch-depth : 0
31- - uses : actions/cache@v2.1.7
31+ - uses : actions/cache@v3
3232 with :
3333 path : ~/.gradle/caches
3434 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3535 restore-keys : |
3636 ${{ runner.os }}-gradle-
3737 - name : Set up JDK
38- uses : actions/setup-java@v2
38+ uses : actions/setup-java@v3
3939 with :
4040 distribution : ' adopt'
4141 java-version : 11
Original file line number Diff line number Diff line change 8282 <property name =" file" value =" ${config_loc}/suppressions.xml" />
8383 <property name =" optional" value =" false" />
8484 </module >
85+ <module name =" SuppressionFilter" >
86+ <property name =" file" value =" ${config_loc}/custom-suppressions.xml" />
87+ <property name =" optional" value =" true" />
88+ </module >
8589
8690 <module name =" TreeWalker" >
8791 <module name =" SuppressionCommentFilter" />
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-7.4-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments