Skip to content

Commit 836fe0e

Browse files
committed
Merge branch 'login-owasp-workflow' of https://github.com/aws-observability/aws-otel-java-instrumentation into login-owasp-workflow
2 parents b1fa648 + 815d9c7 commit 836fe0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

.github/workflows/soak-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
aws ecr-public get-login-password |
111111
docker login --username AWS --password-stdin public.ecr.aws
112112
- name: Build Sample App locally directly to the Docker daemon
113-
uses: burrunan/gradle-cache-action@v1
113+
uses: burrunan/gradle-cache-action@v2
114114
with:
115115
arguments: jibDockerBuild
116116
env:

0 commit comments

Comments
 (0)