File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
5151
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
53+ uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
5454 with :
5555 languages : ${{ matrix.language }}
5656 # using "linked" helps to keep up with the latest Kotlin support
6767 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6868
6969 - name : Perform CodeQL analysis
70- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
70+ uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
7171 with :
7272 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5353 # Upload the results to GitHub's code scanning dashboard (optional).
5454 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5555 - name : " Upload to code-scanning"
56- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
56+ uses : github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ testing {
151151 implementation(project())
152152
153153 implementation(enforcedPlatform(" org.junit:junit-bom:5.14.1" ))
154- implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:2.0.1 " ))
154+ implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:2.0.2 " ))
155155 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.5.0-jre" ))
156156 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.33.4" ))
157157
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 api(" org.junit-pioneer:junit-pioneer:1.9.1" )
5353 api(" org.skyscreamer:jsonassert:1.5.3" )
5454 api(" org.apache.kafka:kafka-clients:4.1.1" )
55- api(" org.testcontainers:testcontainers-kafka:2.0.1 " )
55+ api(" org.testcontainers:testcontainers-kafka:2.0.2 " )
5656 api(" com.lmax:disruptor:3.4.4" )
5757 api(" org.jctools:jctools-core:4.0.5" )
5858 api(" tools.profiler:async-profiler:4.2" )
You can’t perform that action at this time.
0 commit comments