Merge pull request #869 from jonmbake/add-integrity-hash-sri

fix #783: Add sub-resource integrity (SRI) hash to all cdn resources
This commit is contained in:
Sidharth Vinod
2022-07-08 13:53:42 +05:30
committed by GitHub
5 changed files with 61 additions and 17 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./bin/update-monaco
- uses: actions/setup-node@v2
with:
node-version: 18
- run: node ./bin/update-monaco.js
- name: Commit changes
uses: EndBug/add-and-commit@v9
with: