File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 cancel-in-progress : true
2323
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 2
2727
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout sources
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Setup Java
1818 uses : actions/setup-java@v5
1919 with :
Original file line number Diff line number Diff line change 1616 contents : read
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up JDK 17
2121 uses : actions/setup-java@v5
2222 with :
Original file line number Diff line number Diff line change 2222 contents : write # Required for creating GitHub release
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Fail if not running on main branch
2828 if : ${{ github.ref != 'refs/heads/main' }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id ' jacoco-report-aggregation'
66 id ' signing'
77 id ' maven-publish'
8- id ' org.sonarqube' version ' 7.0.1.6134 '
8+ id ' org.sonarqube' version ' 7.1.0.6387 '
99 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
1010 id ' com.github.ben-manes.versions' version ' 0.53.0'
1111}
Original file line number Diff line number Diff line change 55junitJupiter = " 6.0.0"
66mockito = " 5.20.0"
77assertj = " 3.27.6"
8- equalsverifier = " 4.2.1 "
8+ equalsverifier = " 4.2.3 "
99tostringverifier = " 1.4.8"
1010
1111[libraries ]
You can’t perform that action at this time.
0 commit comments