Skip to content

Commit 815d9c7

Browse files
authored
Merge branch 'main' into login-owasp-workflow
2 parents a340747 + aecbf9d commit 815d9c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/pr-build.yml

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

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

0 commit comments

Comments
 (0)