File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed
Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,17 @@ jobs:
1111 code-climate :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : 🔐 Harden Runner
15- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
14+ - name : Harden Runner
15+ uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
1616 with :
17- egress-policy : audit
18- # disable-sudo: true
19- # egress-policy: block
20- # allowed-endpoints: >
21- # github.com:443
22- # registry.npmjs.org:443
23- # api.github.com:443
24- # nodejs.org:443
25- # codeclimate.com:443
26- # d3iz1jjs17r6kg.cloudfront.net:443
17+ disable-sudo : true
18+ egress-policy : block
19+ allowed-endpoints : >
20+ api.codeclimate.com:443
21+ codeclimate.com:443
22+ d3iz1jjs17r6kg.cloudfront.net:443
23+ github.com:443
24+ registry.npmjs.org:443
2725
2826 - name : ⚙️ Git Checkout
2927 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change @@ -28,19 +28,21 @@ jobs:
2828 # actions: read
2929
3030 steps :
31- - name : 🔐 Harden Runner
32- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
31+ - name : Harden Runner
32+ uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
3333 with :
34- egress-policy : audit
35- # disable-sudo: true
36- # egress-policy: block
37- # allowed-endpoints: >
38- # github.com:443
39- # registry.npmjs.org:443
40- # api.github.com:443
41- # nodejs.org:443
42- # www.bestpractices.dev:443
43- # oss-fuzz-build-logs.storage.googleapis.com:443
34+ disable-sudo : true
35+ egress-policy : block
36+ allowed-endpoints : >
37+ api.github.com:443
38+ api.osv.dev:443
39+ api.securityscorecards.dev:443
40+ fulcio.sigstore.dev:443
41+ github.com:443
42+ oss-fuzz-build-logs.storage.googleapis.com:443
43+ rekor.sigstore.dev:443
44+ tuf-repo-cdn.sigstore.dev:443
45+ www.bestpractices.dev:443
4446
4547 - name : ⚙️ Git Checkout
4648 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 55<p align =" center " >
66 <a href =" https://www.npmjs.com/package/@guidesmiths/react-form-builder " target =" _blank " ><img src =" https://img.shields.io/npm/v/@guidesmiths/react-form-builder.svg?style=flat-square " alt =" NPM version " /></a >
77 <a href =" https://www.npmjs.com/package/@guidesmiths/react-form-builder " target =" _blank " ><img src =" https://img.shields.io/npm/dm/@guidesmiths/react-form-builder.svg?style=flat-square " alt =" NPM downloads " /></a >
8- <a href =" https://github.com/onebeyond/react-form-builder/actions/workflows/publish-plugin .yml " target =" _blank " ><img src =" https://github.com/onebeyond/react-form-builder/actions/workflows/publish-plugin .yml/badge.svg " alt =" Publish " /></a >
8+ <a href =" https://github.com/onebeyond/react-form-builder/actions/workflows/cd .yml " target =" _blank " ><img src =" https://github.com/onebeyond/react-form-builder/actions/workflows/cd .yml/badge.svg " alt =" Publish " /></a >
99 <a href =" https://codeclimate.com/github/onebeyond/react-form-builder/maintainability " ><img src =" https://api.codeclimate.com/v1/badges/7be0c6651a4fd019f777/maintainability " /></a >
1010 <a href =" https://codeclimate.com/github/onebeyond/react-form-builder/test_coverage " ><img src =" https://api.codeclimate.com/v1/badges/7be0c6651a4fd019f777/test_coverage " /></a >
1111 <a href =" https://socket.dev/npm/package/@guidesmiths/react-form-builder " target =" _blank " ><img src =" https://socket.dev/api/badge/npm/package/@guidesmiths/react-form-builder " alt =" socket.dev " /></a >
You can’t perform that action at this time.
0 commit comments