Skip to content

Commit 62d9335

Browse files
chore(deps): remove vulnerable dep (#9500)
* use public action, remove local one * fix action args
1 parent b622cf1 commit 62d9335

File tree

4 files changed

+69
-135
lines changed

4 files changed

+69
-135
lines changed

.github/actions/validate-yml/action.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/validate-versions-files.yml

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -17,117 +17,117 @@ jobs:
1717
.github
1818
1919
- name: Validate go-sdk versions.yml
20-
uses: ./.github/actions/validate-yml
20+
uses: dsanders11/json-schema-validate-[email protected]
2121
with:
22-
schema-path: "fern-versions-yml.schema.json"
23-
file-path: "generators/go/sdk/versions.yml"
22+
schema: "fern-versions-yml.schema.json"
23+
files: "generators/go/sdk/versions.yml"
2424
- name: Validate go-model versions.yml
25-
uses: ./.github/actions/validate-yml
25+
uses: dsanders11/json-schema-validate-[email protected]
2626
with:
27-
schema-path: "fern-versions-yml.schema.json"
28-
file-path: "generators/go/model/versions.yml"
27+
schema: "fern-versions-yml.schema.json"
28+
files: "generators/go/model/versions.yml"
2929
- name: Validate go-fiber versions.yml
30-
uses: ./.github/actions/validate-yml
30+
uses: dsanders11/json-schema-validate-[email protected]
3131
with:
32-
schema-path: "fern-versions-yml.schema.json"
33-
file-path: "generators/go/fiber/versions.yml"
32+
schema: "fern-versions-yml.schema.json"
33+
files: "generators/go/fiber/versions.yml"
3434
- name: Validate typescript-mcp versions.yml
35-
uses: ./.github/actions/validate-yml
35+
uses: dsanders11/json-schema-validate-[email protected]
3636
with:
37-
schema-path: "fern-versions-yml.schema.json"
38-
file-path: "generators/typescript-mcp/model/versions.yml"
37+
schema: "fern-versions-yml.schema.json"
38+
files: "generators/typescript-mcp/model/versions.yml"
3939
- name: Validate python-sdk versions.yml
40-
uses: ./.github/actions/validate-yml
40+
uses: dsanders11/json-schema-validate-[email protected]
4141
with:
42-
schema-path: "fern-versions-yml.schema.json"
43-
file-path: "generators/python/sdk/versions.yml"
42+
schema: "fern-versions-yml.schema.json"
43+
files: "generators/python/sdk/versions.yml"
4444
- name: Validate fastapi versions.yml
45-
uses: ./.github/actions/validate-yml
45+
uses: dsanders11/json-schema-validate-[email protected]
4646
with:
47-
schema-path: "fern-versions-yml.schema.json"
48-
file-path: "generators/python/fastapi/versions.yml"
47+
schema: "fern-versions-yml.schema.json"
48+
files: "generators/python/fastapi/versions.yml"
4949
- name: Validate pydantic versions.yml
50-
uses: ./.github/actions/validate-yml
50+
uses: dsanders11/json-schema-validate-[email protected]
5151
with:
52-
schema-path: "fern-versions-yml.schema.json"
53-
file-path: "generators/python/pydantic/versions.yml"
52+
schema: "fern-versions-yml.schema.json"
53+
files: "generators/python/pydantic/versions.yml"
5454
- name: Validate ts-express versions.yml
55-
uses: ./.github/actions/validate-yml
55+
uses: dsanders11/json-schema-validate-[email protected]
5656
with:
57-
schema-path: "fern-versions-yml.schema.json"
58-
file-path: "generators/typescript/express/versions.yml"
57+
schema: "fern-versions-yml.schema.json"
58+
files: "generators/typescript/express/versions.yml"
5959
- name: Validate ts-sdk versions.yml
60-
uses: ./.github/actions/validate-yml
60+
uses: dsanders11/json-schema-validate-[email protected]
6161
with:
62-
schema-path: "fern-versions-yml.schema.json"
63-
file-path: "generators/typescript/sdk/versions.yml"
62+
schema: "fern-versions-yml.schema.json"
63+
files: "generators/typescript/sdk/versions.yml"
6464
- name: Validate postman versions.yml
65-
uses: ./.github/actions/validate-yml
65+
uses: dsanders11/json-schema-validate-[email protected]
6666
with:
67-
schema-path: "fern-versions-yml.schema.json"
68-
file-path: "generators/postman/versions.yml"
67+
schema: "fern-versions-yml.schema.json"
68+
files: "generators/postman/versions.yml"
6969
- name: Validate java-sdk versions.yml
70-
uses: ./.github/actions/validate-yml
70+
uses: dsanders11/json-schema-validate-[email protected]
7171
with:
72-
schema-path: "fern-versions-yml.schema.json"
73-
file-path: "generators/java/sdk/versions.yml"
72+
schema: "fern-versions-yml.schema.json"
73+
files: "generators/java/sdk/versions.yml"
7474
- name: Validate java-model versions.yml
75-
uses: ./.github/actions/validate-yml
75+
uses: dsanders11/json-schema-validate-[email protected]
7676
with:
77-
schema-path: "fern-versions-yml.schema.json"
78-
file-path: "generators/java/model/versions.yml"
77+
schema: "fern-versions-yml.schema.json"
78+
files: "generators/java/model/versions.yml"
7979
- name: Validate java-spring versions.yml
80-
uses: ./.github/actions/validate-yml
80+
uses: dsanders11/json-schema-validate-[email protected]
8181
with:
82-
schema-path: "fern-versions-yml.schema.json"
83-
file-path: "generators/java/spring/versions.yml"
82+
schema: "fern-versions-yml.schema.json"
83+
files: "generators/java/spring/versions.yml"
8484
- name: Validate php-sdk versions.yml
85-
uses: ./.github/actions/validate-yml
85+
uses: dsanders11/json-schema-validate-[email protected]
8686
with:
87-
schema-path: "fern-versions-yml.schema.json"
88-
file-path: "generators/php/sdk/versions.yml"
87+
schema: "fern-versions-yml.schema.json"
88+
files: "generators/php/sdk/versions.yml"
8989
- name: Validate php-model versions.yml
90-
uses: ./.github/actions/validate-yml
90+
uses: dsanders11/json-schema-validate-[email protected]
9191
with:
92-
schema-path: "fern-versions-yml.schema.json"
93-
file-path: "generators/php/model/versions.yml"
92+
schema: "fern-versions-yml.schema.json"
93+
files: "generators/php/model/versions.yml"
9494
- name: Validate openapi versions.yml
95-
uses: ./.github/actions/validate-yml
95+
uses: dsanders11/json-schema-validate-[email protected]
9696
with:
97-
schema-path: "fern-versions-yml.schema.json"
98-
file-path: "generators/openapi/versions.yml"
97+
schema: "fern-versions-yml.schema.json"
98+
files: "generators/openapi/versions.yml"
9999
- name: Validate ruby-v2 versions.yml
100-
uses: ./.github/actions/validate-yml
100+
uses: dsanders11/json-schema-validate-[email protected]
101101
with:
102-
schema-path: "fern-versions-yml.schema.json"
103-
file-path: "generators/ruby-v2/sdk/versions.yml"
102+
schema: "fern-versions-yml.schema.json"
103+
files: "generators/ruby-v2/sdk/versions.yml"
104104
- name: Validate csharp-sdk versions.yml
105-
uses: ./.github/actions/validate-yml
105+
uses: dsanders11/json-schema-validate-[email protected]
106106
with:
107-
schema-path: "fern-versions-yml.schema.json"
108-
file-path: "generators/csharp/sdk/versions.yml"
107+
schema: "fern-versions-yml.schema.json"
108+
files: "generators/csharp/sdk/versions.yml"
109109
- name: Validate csharp-model versions.yml
110-
uses: ./.github/actions/validate-yml
110+
uses: dsanders11/json-schema-validate-[email protected]
111111
with:
112-
schema-path: "fern-versions-yml.schema.json"
113-
file-path: "generators/csharp/model/versions.yml"
112+
schema: "fern-versions-yml.schema.json"
113+
files: "generators/csharp/model/versions.yml"
114114
- name: Validate ruby versions.yml
115-
uses: ./.github/actions/validate-yml
115+
uses: dsanders11/json-schema-validate-[email protected]
116116
with:
117-
schema-path: "fern-versions-yml.schema.json"
118-
file-path: "generators/ruby/sdk/versions.yml"
117+
schema: "fern-versions-yml.schema.json"
118+
files: "generators/ruby/sdk/versions.yml"
119119
- name: Validate ruby-model versions.yml
120-
uses: ./.github/actions/validate-yml
120+
uses: dsanders11/json-schema-validate-[email protected]
121121
with:
122-
schema-path: "fern-versions-yml.schema.json"
123-
file-path: "generators/ruby/model/versions.yml"
122+
schema: "fern-versions-yml.schema.json"
123+
files: "generators/ruby/model/versions.yml"
124124
- name: Validate rust-sdk versions.yml
125-
uses: ./.github/actions/validate-yml
125+
uses: dsanders11/json-schema-validate-[email protected]
126126
with:
127-
schema-path: "fern-versions-yml.schema.json"
128-
file-path: "generators/rust/sdk/versions.yml"
127+
schema: "fern-versions-yml.schema.json"
128+
files: "generators/rust/sdk/versions.yml"
129129
- name: Validate rust-model versions.yml
130-
uses: ./.github/actions/validate-yml
130+
uses: dsanders11/json-schema-validate-[email protected]
131131
with:
132-
schema-path: "fern-versions-yml.schema.json"
133-
file-path: "generators/rust/model/versions.yml"
132+
schema: "fern-versions-yml.schema.json"
133+
files: "generators/rust/model/versions.yml"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"@blueprintjs/stylelint-plugin": "^4.1.14",
8181
"@fern-api/configs": "workspace:*",
8282
"@nx/js": "^21.3.8",
83-
"ajv-cli": "^5.0.0",
8483
"cross-env": "^7.0.3",
8584
"cspell": "^8.17.2",
8685
"depcheck": "^1.4.7",

pnpm-lock.yaml

Lines changed: 0 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)