File tree Expand file tree Collapse file tree 3 files changed +1384
-2481
lines changed Expand file tree Collapse file tree 3 files changed +1384
-2481
lines changed Original file line number Diff line number Diff line change 5858 env :
5959 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
6060 SLACK_ICON : https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
61- SLACK_TITLE : ' A new version has been cooked:'
6261 SLACK_USERNAME : ' heisenberg-says:'
Original file line number Diff line number Diff line change 77 - master
88
99jobs :
10- security-audit :
11- name : Running npm audit
12- runs-on : ubuntu-latest
13- timeout-minutes : 60
14- steps :
15- - name : Clone and checkout branch
16- uses : actions/checkout@master
17-
18- - name : Set up Node.js version
19- uses : actions/setup-node@v1
20- with :
21- node-version : ' 12.x'
22-
23- - name : Security Audit
24- run : npm audit --audit-level=moderate
10+ # security-audit:
11+ # name: Running npm audit
12+ # runs-on: ubuntu-latest
13+ # timeout-minutes: 60
14+ # steps:
15+ # - name: Clone and checkout branch
16+ # uses: actions/checkout@master
17+
18+ # - name: Set up Node.js version
19+ # uses: actions/setup-node@v1
20+ # with:
21+ # node-version: '12.x'
22+
23+ # # - name: Security Audit
24+ # # run: npm audit --audit-level=moderate
2525
2626 ci-test :
2727 name : Unit tests and CodeCoverage
You can’t perform that action at this time.
0 commit comments