File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
2828 repository : DataDog/datadog-api-spec
2929 - name : Post PR review status check
30- uses : DataDog/github-actions/post-review-status@v1.0.0
30+ uses : DataDog/github-actions/post-review-status@v2
3131 with :
3232 github-token : ${{ steps.get_token.outputs.token }}
3333 repo : datadog-api-spec
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
129129 repository : DataDog/datadog-api-spec
130130 - name : Post status 3heck
131- uses : DataDog/github-actions/post-status-check@v1.0.0
131+ uses : DataDog/github-actions/post-status-check@v2
132132 with :
133133 github-token : ${{ steps.get_token.outputs.token }}
134134 repo : datadog-api-spec
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v3
4545 - name : Post pending status check
4646 if : github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
47- uses : DataDog/github-actions/post-status-check@v1.0.0
47+ uses : DataDog/github-actions/post-status-check@v2
4848 with :
4949 github-token : ${{ steps.get_token.outputs.token }}
5050 repo : datadog-api-spec
@@ -78,15 +78,15 @@ jobs:
7878 SLEEP_AFTER_REQUEST : " ${{ secrets.SLEEP_AFTER_REQUEST }}"
7979 - name : Post failure status check
8080 if : failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
81- uses : DataDog/github-actions/post-status-check@v1.0.0
81+ uses : DataDog/github-actions/post-status-check@v2
8282 with :
8383 github-token : ${{ steps.get_token.outputs.token }}
8484 repo : datadog-api-spec
8585 status : failure
8686 context : integration
8787 - name : Post success status check
8888 if : " !failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')"
89- uses : DataDog/github-actions/post-status-check@v1.0.0
89+ uses : DataDog/github-actions/post-status-check@v2
9090 with :
9191 github-token : ${{ steps.get_token.outputs.token }}
9292 repo : datadog-api-spec
You can’t perform that action at this time.
0 commit comments