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 42
42
uses : gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
43
43
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45
+ uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# using "latest" helps to keep up with the latest Kotlin support
57
57
run : ./gradlew assemble --no-build-cache --no-daemon
58
58
59
59
- name : Perform CodeQL analysis
60
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
60
+ uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
61
61
with :
62
62
category : " /language:${{matrix.language}}"
63
63
Original file line number Diff line number Diff line change 44
44
# Upload the results to GitHub's code scanning dashboard (optional).
45
45
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
46
46
- name : " Upload to code-scanning"
47
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
47
+ uses : github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
48
48
with :
49
49
sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
- id(" com.diffplug.spotless" ) version " 7.2.0 "
3
+ id(" com.diffplug.spotless" ) version " 7.2.1 "
4
4
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
5
5
id(" com.google.protobuf" ) version " 0.9.5"
6
6
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
implementation(" org.springframework.boot:spring-boot-starter-web" )
29
29
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
30
30
31
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " ))
31
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.4 " ))
32
32
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
33
33
testImplementation(" org.junit.jupiter:junit-jupiter-engine" )
34
34
testImplementation(" org.mock-server:mockserver-netty:5.15.0" )
You can’t perform that action at this time.
0 commit comments