Skip to content

Commit 8aa2842

Browse files
authored
Merge branch 'open-telemetry:main' into issue#10696
2 parents 6492f77 + b54b45e commit 8aa2842

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version-file: .java-version
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
33+
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
3434
with:
3535
languages: java
3636
# using "latest" helps to keep up with the latest Kotlin support
@@ -45,7 +45,7 @@ jobs:
4545
run: ./gradlew assemble -x javadoc --no-build-cache --no-daemon
4646

4747
- name: Perform CodeQL analysis
48-
uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
48+
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
4949

5050
workflow-notification:
5151
needs:

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "Run analysis"
37-
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
37+
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
3838
with:
3939
results_file: results.sarif
4040
results_format: sarif
@@ -64,6 +64,6 @@ jobs:
6464

6565
# Upload the results to GitHub's code scanning dashboard.
6666
- 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
6868
with:
6969
sarif_file: results.sarif

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

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+
512
## Version 2.6.0 (2024-07-17)
613

714
The Spring Boot Starter (`opentelemetry-spring-boot-starter`) is now stable.

smoke-tests/images/fake-backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
dependencies {
15-
implementation("com.linecorp.armeria:armeria-grpc:1.29.2")
15+
implementation("com.linecorp.armeria:armeria-grpc:1.29.3")
1616
implementation("io.opentelemetry.proto:opentelemetry-proto")
1717
runtimeOnly("org.slf4j:slf4j-simple")
1818
}

testing/armeria-shaded-for-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation("com.linecorp.armeria:armeria-junit5:1.29.2")
8+
implementation("com.linecorp.armeria:armeria-junit5:1.29.3")
99
}
1010

1111
tasks {

0 commit comments

Comments
 (0)