File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
javaagent-declarative-configuration
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@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
4343
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
45+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4646 with :
4747 languages : ${{ matrix.language }}
4848 # using "linked" helps to keep up with the latest Kotlin support
5959 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6060
6161 - name : Perform CodeQL analysis
62- uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
62+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6363 with :
6464 category : " /language:${{matrix.language}}"
6565
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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
47+ uses : github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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.7 "
5+ id(" org.springframework.boot" ) version " 3.5.8 "
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.7 "
5+ id(" org.springframework.boot" ) version " 3.5.8 "
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.7 "
5+ id(" org.springframework.boot" ) version " 3.5.8 "
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.7 "
6+ id(" org.springframework.boot" ) version " 3.5.8 "
77}
88
99description = " OpenTelemetry Java Agent Declarative Configuration Example"
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.7 "
6+ id(" org.springframework.boot" ) version " 3.5.8 "
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.7 "
6+ id(" org.springframework.boot" ) version " 3.5.8 "
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.7 "
6+ id(" org.springframework.boot" ) version " 3.5.8 "
77}
88
99description = " OpenTelemetry Example for Micrometer Shim"
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.7 "
5+ id(" org.springframework.boot" ) version " 3.5.8 "
66 id(" org.graalvm.buildtools.native" ) version " 0.11.3"
77}
88
You can’t perform that action at this time.
0 commit comments