File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 GITHUB_ACTOR : ${{ github.actor }}
3535 - name : Publish Test Report
36- uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6
36+ uses : mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # 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 @@ -46,9 +46,9 @@ dependencies {
4646
4747 testImplementation ' io.grpc:grpc-testing:1.80.0'
4848 testImplementation ' io.grpc:grpc-inprocess:1.80.0'
49- testImplementation platform(' org.junit:junit-bom:6.0.3 ' )
50- testImplementation ' org.junit.jupiter:junit-jupiter:6.0.3 '
51- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3 '
49+ testImplementation platform(' org.junit:junit-bom:6.1.0 ' )
50+ testImplementation ' org.junit.jupiter:junit-jupiter:6.1.0 '
51+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.1.0 '
5252 testImplementation ' org.mockito:mockito-core:5.23.0'
5353 testImplementation ' org.mockito:mockito-junit-jupiter:5.23.0'
5454 testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.5'
You can’t perform that action at this time.
0 commit comments