File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
28
28
repository : DataDog/datadog-api-spec
29
29
- 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
31
31
with :
32
32
github-token : ${{ steps.get_token.outputs.token }}
33
33
repo : datadog-api-spec
Original file line number Diff line number Diff line change 38
38
fetch-depth : 0
39
39
ref : ${{ github.event.pull_request.head.sha }}
40
40
token : ${{ steps.get_token.outputs.token }}
41
- - uses : actions/setup-python@v4
41
+ - uses : actions/setup-python@v4
42
42
with :
43
43
python-version : ' 3.11'
44
44
# Fetch a fork of the repo
@@ -128,7 +128,7 @@ jobs:
128
128
private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
129
129
repository : DataDog/datadog-api-spec
130
130
- name : Post status check
131
- uses : DataDog/github-actions/post-status-check@v1.0.0
131
+ uses : DataDog/github-actions/post-status-check@v2
132
132
with :
133
133
github-token : ${{ steps.get_token.outputs.token }}
134
134
repo : datadog-api-spec
Original file line number Diff line number Diff line change 44
44
uses : actions/checkout@v3
45
45
- name : Post pending status check
46
46
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
48
48
with :
49
49
github-token : ${{ steps.get_token.outputs.token }}
50
50
repo : datadog-api-spec
@@ -71,15 +71,15 @@ jobs:
71
71
SLEEP_AFTER_REQUEST : " ${{ secrets.SLEEP_AFTER_REQUEST }}"
72
72
- name : Post failure status check
73
73
if : failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
74
- uses : DataDog/github-actions/post-status-check@v1.0.0
74
+ uses : DataDog/github-actions/post-status-check@v2
75
75
with :
76
76
github-token : ${{ steps.get_token.outputs.token }}
77
77
repo : datadog-api-spec
78
78
status : failure
79
79
context : integration
80
80
- name : Post success status check
81
81
if : " !failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')"
82
- uses : DataDog/github-actions/post-status-check@v1.0.0
82
+ uses : DataDog/github-actions/post-status-check@v2
83
83
with :
84
84
github-token : ${{ steps.get_token.outputs.token }}
85
85
repo : datadog-api-spec
You can’t perform that action at this time.
0 commit comments