Skip to content

Commit 051c0c5

Browse files
committed
Pinning Upstream Corim dependency to draft-08
Signed-off-by: Alex Tzonkov <4975715+attzonko@users.noreply.github.com>
1 parent 7385e6f commit 051c0c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/validate-cddl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Fetch latest upstream CoRIM CDDL
3030
run: |
31-
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/download/corim-autogen.cddl
31+
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08/corim-autogen.cddl
3232
3333
- name: Concatenate the CDDLs
3434
run: |

.github/workflows/validate-reports.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Prepare CDDL schema
6464
run: |
6565
# Fetch latest upstream CoRIM CDDL
66-
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/download/corim-autogen.cddl
66+
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08/corim-autogen.cddl
6767
6868
# Concatenate the CDDLs
6969
cddlc -t cddl corim-base-upstream.cddl Documentation/corim_profile/ocp-safe-sfr-profile.cddl > combined.cddl
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Fetch latest upstream CoRIM CDDL
132132
run: |
133-
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/download/corim-autogen.cddl
133+
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08/corim-autogen.cddl
134134
135135
- name: Concatenate the CDDLs
136136
run: |
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Prepare CDDL schema
170170
run: |
171-
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/download/corim-autogen.cddl
171+
curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08/corim-autogen.cddl
172172
cddlc -t cddl corim-base-upstream.cddl Documentation/corim_profile/ocp-safe-sfr-profile.cddl > combined.cddl
173173
174174
- name: Test JSON to CoRIM conversion

0 commit comments

Comments
 (0)