File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - run : curl https://italia. github.io/ api-oas-checker/spectral-full.yml > .spectral.yml
15
+ - run : curl --fail -L https://github.com/italia/ api-oas-checker-rules/releases/download/1.1 /spectral-full.yml > .spectral.yml
16
16
17
17
# Get additional module required by spectral-full
18
18
- run : mkdir functions
19
- - run : curl https://raw.githubusercontent.com/italia/api-oas-checker/f6f4e6e360b2ce9816dcca29396571dda1c6027d/security/functions/checkSecurity.js > functions/checkSecurity.js
19
+ - run : curl --fail -L https://raw.githubusercontent.com/italia/api-oas-checker/f6f4e6e360b2ce9816dcca29396571dda1c6027d/security/functions/checkSecurity.js > functions/checkSecurity.js
20
20
21
21
-
uses :
stoplightio/[email protected]
You can’t perform that action at this time.
0 commit comments