Skip to content

Commit 9ef3cb5

Browse files
ci: pin datadog-ci for junit upload (#8078)
1 parent 5452091 commit 9ef3cb5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/push_to_test_optimization/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ runs:
1717
uses: DataDog/junit-upload-github-action@24449d01fc01e721fa36ccd2caa3caae6922f0e8 # v3.0.0
1818
with:
1919
api_key: ${{ inputs.dd_api_key }}
20+
# TODO: remove once https://github.com/DataDog/junit-upload-github-action/pull/54 lands
21+
# and junit-upload-github-action releases are tied to datadog-ci releases.
22+
datadog-ci-version: 5.13.1
2023
service: dd-trace-js-tests

.github/workflows/platform.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
if: always() && github.actor != 'dependabot[bot]'
7979
with:
8080
api_key: ${{ steps.dd-sts.outputs.api_key }}
81+
# TODO: remove once https://github.com/DataDog/junit-upload-github-action/pull/54 lands
82+
# and junit-upload-github-action releases are tied to datadog-ci releases.
83+
datadog-ci-version: 5.13.1
8184
service: dd-trace-js-tests
8285

8386
core:

0 commit comments

Comments
 (0)