File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
36+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
3737 with :
3838 languages : ${{ matrix.language }}
3939 # If you wish to specify custom queries, you can do so here or in a config file.
5757 run : ./gradlew clean build -x test
5858
5959 - name : Perform CodeQL analysis
60- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
60+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id ' maven-publish'
66 id ' biz.aQute.bnd.builder' version ' 7.1.0'
77 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
8- id ' org.sonarqube' version ' 6.3.1.5724 '
8+ id ' org.sonarqube' version ' 7.0.0.6105 '
99}
1010
1111group = ' com.apptasticsoftware'
@@ -20,7 +20,7 @@ dependencies {
2020 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2121 testImplementation(' com.github.npathai:hamcrest-optional:2.0.0' )
2222 testImplementation(' org.hamcrest:hamcrest:3.0' )
23- testImplementation(' org.mockito:mockito-core:5.18 .0' )
23+ testImplementation(' org.mockito:mockito-core:5.20 .0' )
2424 testImplementation(' nl.jqno.equalsverifier:equalsverifier:4.2' )
2525}
2626
You can’t perform that action at this time.
0 commit comments