Skip to content

Commit df1f326

Browse files
Update junit upload action to v3.1.0 (#8118)
1 parent 11f5fcc commit df1f326

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/actions/push_to_test_optimization/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ runs:
1414
# > from a forked repository, and are also subject to these restrictions.
1515
#
1616
# Which means they do not have access to secrets.
17-
uses: DataDog/junit-upload-github-action@24449d01fc01e721fa36ccd2caa3caae6922f0e8 # v3.0.0
17+
uses: DataDog/junit-upload-github-action@ce82dc1f14a32888a057bfeeb47adfd0fd96e555 # v3.1.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
2320
service: dd-trace-js-tests

.github/workflows/platform.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,10 @@ jobs:
7474
- uses: ./.github/actions/node/active-lts
7575
- uses: ./.github/actions/install
7676
- run: yarn test:integration:bun
77-
- uses: DataDog/junit-upload-github-action@24449d01fc01e721fa36ccd2caa3caae6922f0e8 # v3.0.0
77+
- uses: DataDog/junit-upload-github-action@ce82dc1f14a32888a057bfeeb47adfd0fd96e555 # v3.1.0
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
8481
service: dd-trace-js-tests
8582

8683
core:

0 commit comments

Comments
 (0)