File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
logging-k8s-stdout-otlp-json Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242 uses : gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
4343
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
45+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
60+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
47+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:17.0.16_8-jre@sha256:d572f98b3201d3b5a060a08eb489f7bd31184db4d52f3f96d7bb9a69b4a79911
1+ FROM eclipse-temurin:17.0.16_8-jre@sha256:0c51b7f05f502292459bba444660717fc33933e5c78274f81b9c54519d8f70b4
22
33ADD build/libs/app.jar /app.jar
44ADD build/agent/opentelemetry-javaagent.jar /opentelemetry-javaagent.jar
Original file line number Diff line number Diff line change 11plugins {
2- id (" org.jetbrains.kotlin.jvm" ) version " 2.2.10 "
2+ id (" org.jetbrains.kotlin.jvm" ) version " 2.2.20 "
33}
44
55description = " OpenTelemetry Example for Kotlin extensions"
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:21.0.8_9-jre@sha256:2f696f62306d28d32cce2ea6bbb2f2f5b8df736adcc019be61d0f90ce88f07d5
1+ FROM eclipse-temurin:21.0.8_9-jre@sha256:49f7a6b514f9f72fd27d178abd553dde1e0430c3508a4f00f3a7d605a4c76b68
22
33WORKDIR /usr/src/app/
44
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.28_6-jre@sha256:3cb109ccbd7756214c84995a5f216177be77a1ecafbb7bed3ed473e2611a82ab
1+ FROM eclipse-temurin:11.0.28_6-jre@sha256:b78d72dae5e186b8afd33a4c70b82713aa9e3911aa1edbf8b075a0ce0faee97e
22
33ADD build/libs/opentelemetry-examples-prometheus-*-SNAPSHOT-all.jar /app.jar
44
You can’t perform that action at this time.
0 commit comments