2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout Java Instrumentation repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
@@ -71,15 +71,15 @@ 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
7878 needs : [ build_Images_For_Testing_Sample_App_With_Java_Agent ]
7979 runs-on : ubuntu-latest
8080
8181 steps :
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v5
8383
8484 - uses : actions/setup-java@v4
8585 with :
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v5
114114
115115 - uses : actions/setup-java@v4
116116 with :
@@ -141,7 +141,7 @@ jobs:
141141 runs-on : ubuntu-latest
142142
143143 steps :
144- - uses : actions/checkout@v4
144+ - uses : actions/checkout@v5
145145
146146 - uses : actions/setup-java@v4
147147 with :
@@ -167,18 +167,18 @@ jobs:
167167 VALIDATOR_COMMAND : -c spark-otel-trace-metric-validation.yml --endpoint http://app:4567 --metric-namespace aws-otel-integ-test -t ${{ github.run_id }}-${{ github.run_number }}
168168
169169 # publish status
170- publish-build-status :
171- needs : [ test_Spring_App_With_Java_Agent, test_Spark_App_With_Java_Agent, test_Spark_AWS_SDK_V1_App_With_Java_Agent ]
172- if : ${{ always() }}
173- uses : ./.github/workflows/publish-status.yml
174- with :
175- namespace : ' ADOT/GitHubActions'
176- repository : ${{ github.repository }}
177- branch : ${{ github.ref_name }}
178- workflow : ${{ inputs.caller-workflow-name }}
179- success : ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
180- needs.test_Spark_App_With_Java_Agent.result == 'success' &&
181- needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
182- region : us-east-1
183- secrets :
184- roleArn : ${{ secrets.METRICS_ROLE_ARN }}
170+ # publish-build-status:
171+ # needs: [ test_Spring_App_With_Java_Agent, test_Spark_App_With_Java_Agent, test_Spark_AWS_SDK_V1_App_With_Java_Agent ]
172+ # if: ${{ always() }}
173+ # uses: ./.github/workflows/publish-status.yml
174+ # with:
175+ # namespace: 'ADOT/GitHubActions'
176+ # repository: ${{ github.repository }}
177+ # branch: ${{ github.ref_name }}
178+ # workflow: ${{ inputs.caller-workflow-name }}
179+ # success: ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
180+ # needs.test_Spark_App_With_Java_Agent.result == 'success' &&
181+ # needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
182+ # region: us-east-1
183+ # secrets:
184+ # roleArn: ${{ secrets.METRICS_ROLE_ARN }}
0 commit comments