File tree Expand file tree Collapse file tree
actions/push_to_test_optimization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments