Skip to content

Commit aaa3651

Browse files
authored
Merge branch 'main' into dependabot/cargo/tools/cp-utility/uuid-1.16.0
2 parents 6341333 + 848353c commit aaa3651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
COMMIT_HASH: ${{ inputs.image_tag }}
7373

74-
- uses: codecov/codecov-action@v3
74+
- uses: codecov/codecov-action@v5
7575

7676
test_Spring_App_With_Java_Agent:
7777
name: Test Spring App with AWS OTel Java agent

.github/workflows/owasp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ jobs:
9797
id: high_scan_v2
9898
uses: ./.github/actions/image_scan
9999
with:
100-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.1"
100+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.2"
101101
severity: 'CRITICAL,HIGH'
102102

103103
- name: Perform low image scan on v2
104104
if: always()
105105
id: low_scan_v2
106106
uses: ./.github/actions/image_scan
107107
with:
108-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.1"
108+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.2"
109109
severity: 'MEDIUM,LOW,UNKNOWN'
110110

111111
- name: Configure AWS Credentials for emitting metrics

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
if: ${{ matrix.os != 'ubuntu-latest' && (hashFiles('.github/patches/opentelemetry-java*.patch') == '' || matrix.os != 'windows-latest' ) }} # build on windows as well unless a patch exists
159159
with:
160160
arguments: build --stacktrace -PenableCoverage=true
161-
- uses: codecov/codecov-action@v3
161+
- uses: codecov/codecov-action@v5
162162

163163
build-lambda:
164164
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)