@@ -153,7 +153,7 @@ jobs:
153153 - name: Update npm to latest
154154 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
155155 - run: npm -v
156- - run: npm i --ignore-scripts --package-lock
156+ - run: npm i --ignore-scripts --no-audit --no-fund -- package-lock
157157 - run: npm audit
158158
159159.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
190190 - name: Update npm to latest
191191 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
192192 - run: npm -v
193- - run: npm i --ignore-scripts
193+ - run: npm i --ignore-scripts --no-audit --no-fund
194194 - run: npm run lint
195195
196196 test:
@@ -242,7 +242,7 @@ jobs:
242242 if: \${{ !startsWith(matrix.node-version, '10.') }}
243243 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
244244 - run: npm -v
245- - run: npm i --ignore-scripts
245+ - run: npm i --ignore-scripts --no-audit --no-fund
246246 - run: npm test --ignore-scripts
247247
248248.github/workflows/codeql-analysis.yml
@@ -332,7 +332,7 @@ jobs:
332332 GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
333333 run: |
334334 gh pr checkout \${{ github.event.pull_request.number }}
335- npm install --ignore-scripts
335+ npm install --ignore-scripts --no-audit --no-fund
336336 npm run template-oss-apply
337337 git add .
338338 git commit -am "chore: postinstall for dependabot template-oss PR"
@@ -632,7 +632,7 @@ jobs:
632632 - name: Update npm to latest
633633 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
634634 - run: npm -v
635- - run: npm i --ignore-scripts --package-lock
635+ - run: npm i --ignore-scripts --no-audit --no-fund -- package-lock
636636 - run: npm audit
637637
638638.github/workflows/ci-bbb.yml
@@ -673,7 +673,7 @@ jobs:
673673 - name: Update npm to latest
674674 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
675675 - run: npm -v
676- - run: npm i --ignore-scripts
676+ - run: npm i --ignore-scripts --no-audit --no-fund
677677 - run: npm run lint -w bbb
678678
679679 test:
@@ -725,7 +725,7 @@ jobs:
725725 if: \${{ !startsWith(matrix.node-version, '10.') }}
726726 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
727727 - run: npm -v
728- - run: npm i --ignore-scripts
728+ - run: npm i --ignore-scripts --no-audit --no-fund
729729 - run: npm test --ignore-scripts -w bbb
730730
731731.github/workflows/ci-name-aaaa.yml
@@ -766,7 +766,7 @@ jobs:
766766 - name: Update npm to latest
767767 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
768768 - run: npm -v
769- - run: npm i --ignore-scripts
769+ - run: npm i --ignore-scripts --no-audit --no-fund
770770 - run: npm run lint -w @name/aaaa
771771
772772 test:
@@ -818,7 +818,7 @@ jobs:
818818 if: \${{ !startsWith(matrix.node-version, '10.') }}
819819 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
820820 - run: npm -v
821- - run: npm i --ignore-scripts
821+ - run: npm i --ignore-scripts --no-audit --no-fund
822822 - run: npm test --ignore-scripts -w @name/aaaa
823823
824824.github/workflows/ci.yml
@@ -855,7 +855,7 @@ jobs:
855855 - name: Update npm to latest
856856 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
857857 - run: npm -v
858- - run: npm i --ignore-scripts
858+ - run: npm i --ignore-scripts --no-audit --no-fund
859859 - run: npm run lint
860860
861861 test:
@@ -907,7 +907,7 @@ jobs:
907907 if: \${{ !startsWith(matrix.node-version, '10.') }}
908908 run: npm i --prefer-online --no-fund --no-audit -g npm@latest
909909 - run: npm -v
910- - run: npm i --ignore-scripts
910+ - run: npm i --ignore-scripts --no-audit --no-fund
911911 - run: npm test --ignore-scripts
912912
913913.github/workflows/codeql-analysis.yml
@@ -997,7 +997,7 @@ jobs:
997997 GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
998998 run: |
999999 gh pr checkout \${{ github.event.pull_request.number }}
1000- npm install --ignore-scripts
1000+ npm install --ignore-scripts --no-audit --no-fund
10011001 npm run template-oss-apply
10021002 git add .
10031003 git commit -am "chore: postinstall for dependabot template-oss PR"
0 commit comments