File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
logging-k8s-stdout-otlp-json Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4242 uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
4343
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
45+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4646 with :
4747 languages : ${{ matrix.language }}
4848 # using "linked" helps to keep up with the latest Kotlin support
5757 run : ./gradlew assemble --no-build-cache --no-daemon
5858
5959 - name : Perform CodeQL analysis
60- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
60+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
6161 with :
6262 category : " /language:${{matrix.language}}"
6363
Original file line number Diff line number Diff line change 4444 # Upload the results to GitHub's code scanning dashboard (optional).
4545 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
47+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.5.4 "
5+ id(" org.springframework.boot" ) version " 3.5.5 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.exporters" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.5.4 "
5+ id(" org.springframework.boot" ) version " 3.5.5 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.getting-started" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.5.4 "
5+ id(" org.springframework.boot" ) version " 3.5.5 "
66}
77
88val moduleName by extra { " io.opentelemetry.examples.docs.spring-starter" }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 3.5.4 "
6+ id(" org.springframework.boot" ) version " 3.5.5 "
77}
88
99description = " OpenTelemetry Example for Java Agent"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 3.5.4 "
6+ id(" org.springframework.boot" ) version " 3.5.5 "
77}
88
99description = " OpenTelemetry Example for Java Agent with Stdout logging"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
33
44plugins {
55 id(" java" )
6- id(" org.springframework.boot" ) version " 3.5.4 "
6+ id(" org.springframework.boot" ) version " 3.5.5 "
77}
88
99description = " OpenTelemetry Example for Micrometer Shim"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
55 id(" com.google.protobuf" ) version " 0.9.5"
66 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
77 id(" com.google.cloud.tools.jib" ) version " 3.4.5"
8- id(" com.gradle.develocity" ) version " 4.1"
8+ id(" com.gradle.develocity" ) version " 4.1.1 "
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id(" java" )
5- id(" org.springframework.boot" ) version " 3.5.4 "
5+ id(" org.springframework.boot" ) version " 3.5.5 "
66 id(" org.graalvm.buildtools.native" ) version " 0.11.0"
77}
88
You can’t perform that action at this time.
0 commit comments