Skip to content

Commit a197685

Browse files
committed
Merge remote-tracking branch 'origin/main' into zhaez/merge-releases
2 parents 126fe08 + a62f47f commit a197685

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+560
-848
lines changed

.github/patches/opentelemetry-java-contrib.patch

Lines changed: 0 additions & 237 deletions
This file was deleted.

.github/patches/versions

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
OTEL_JAVA_INSTRUMENTATION_VERSION=v2.11.0
2-
OTEL_JAVA_CONTRIB_VERSION=v1.39.0
1+
OTEL_JAVA_INSTRUMENTATION_VERSION=v2.18.1

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
languages: java
3333

34-
- uses: actions/setup-java@v4
34+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3535
with:
36-
java-version: 17
36+
java-version-file: .java-version
3737
distribution: temurin
3838

3939
- name: Cache local Maven repository
@@ -50,7 +50,7 @@ jobs:
5050
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5151
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
5252

53-
- uses: gradle/wrapper-validation-action@v1
53+
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
5454

5555
- name: Manually build to avoid autobuild failures
5656
uses: gradle/gradle-build-action@v3

.github/workflows/docker-build-corretto-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: gradle/wrapper-validation-action@v1
23+
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
2424
- name: Configure AWS Credentials
2525
uses: aws-actions/configure-aws-credentials@v4
2626
with:

.github/workflows/docker-build-smoke-tests-fake-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-java@v4
24+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2525
with:
26-
java-version: 17
26+
java-version-file: .java-version
2727
distribution: 'temurin'
2828
# cache local patch outputs
2929
- name: Cache local Maven repository
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4040
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
41-
- uses: gradle/wrapper-validation-action@v1
41+
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
4242
- name: Configure AWS Credentials
4343
uses: aws-actions/configure-aws-credentials@v4
4444
with:

.github/workflows/e2e-tests-app-with-java-agent.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131

32-
- uses: actions/setup-java@v4
32+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3333
with:
34-
java-version: 17
34+
java-version-file: .java-version
3535
distribution: temurin
3636

3737
# cache local patch outputs
@@ -51,7 +51,7 @@ jobs:
5151
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
5252

5353
- name: Validate the checksums of Gradle Wrapper
54-
uses: gradle/wrapper-validation-action@v1
54+
uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
5555

5656
- name: Configure AWS Credentials
5757
uses: aws-actions/configure-aws-credentials@v4
@@ -81,9 +81,9 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v5
8383

84-
- uses: actions/setup-java@v4
84+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
8585
with:
86-
java-version: 17
86+
java-version-file: .java-version
8787
distribution: 'temurin'
8888
- name: Configure AWS Credentials
8989
uses: aws-actions/configure-aws-credentials@v4
@@ -112,9 +112,9 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@v5
114114

115-
- uses: actions/setup-java@v4
115+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
116116
with:
117-
java-version: 17
117+
java-version-file: .java-version
118118
distribution: 'temurin'
119119
- name: Configure AWS Credentials
120120
uses: aws-actions/configure-aws-credentials@v4
@@ -143,9 +143,9 @@ jobs:
143143
steps:
144144
- uses: actions/checkout@v5
145145

146-
- uses: actions/setup-java@v4
146+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
147147
with:
148-
java-version: 17
148+
java-version-file: .java-version
149149
distribution: 'temurin'
150150
- name: Configure AWS Credentials
151151
uses: aws-actions/configure-aws-credentials@v4

.github/workflows/e2e-tests-with-operator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040

41-
- uses: actions/setup-java@v4
41+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4242
with:
43-
java-version: 17
43+
java-version-file: .java-version
4444
distribution: temurin
4545

4646
# cache local patch outputs
@@ -132,7 +132,7 @@ jobs:
132132
path: aws-otel-java-instrumentation
133133

134134
- name: Set up JDK 11
135-
uses: actions/setup-java@v4
135+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
136136
with:
137137
distribution: 'zulu'
138138
java-version: '11'

0 commit comments

Comments
 (0)