File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
smoke-tests/images/fake-backend
testing/armeria-shaded-for-testing Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 30
30
java-version-file : .java-version
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
33
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
34
34
with :
35
35
languages : java
36
36
# using "latest" helps to keep up with the latest Kotlin support
45
45
run : ./gradlew assemble -x javadoc --no-build-cache --no-daemon
46
46
47
47
- name : Perform CodeQL analysis
48
- uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
48
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
49
49
50
50
workflow-notification :
51
51
needs :
Original file line number Diff line number Diff line change 34
34
persist-credentials : false
35
35
36
36
- name : " Run analysis"
37
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
37
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
38
38
with :
39
39
results_file : results.sarif
40
40
results_format : sarif
64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
67
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
68
68
with :
69
69
sarif_file : results.sarif
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## Version 1.33.5 (2024-07-25)
6
+
7
+ ### 📈 Enhancements
8
+
9
+ - Backport: Update the OpenTelemetry SDK version to 1.40.0
10
+ ([ #11879 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11879 ) )
11
+
5
12
## Version 2.6.0 (2024-07-17)
6
13
7
14
The Spring Boot Starter (` opentelemetry-spring-boot-starter ` ) is now stable.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
}
13
13
14
14
dependencies {
15
- implementation(" com.linecorp.armeria:armeria-grpc:1.29.2 " )
15
+ implementation(" com.linecorp.armeria:armeria-grpc:1.29.3 " )
16
16
implementation(" io.opentelemetry.proto:opentelemetry-proto" )
17
17
runtimeOnly(" org.slf4j:slf4j-simple" )
18
18
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
dependencies {
8
- implementation(" com.linecorp.armeria:armeria-junit5:1.29.2 " )
8
+ implementation(" com.linecorp.armeria:armeria-junit5:1.29.3 " )
9
9
}
10
10
11
11
tasks {
You can’t perform that action at this time.
0 commit comments