File tree Expand file tree Collapse file tree 1 file changed +21
-23
lines changed
Expand file tree Collapse file tree 1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change 1- name : Security Scans
2-
31on :
4- push :
5- branches :
6- - master
7- pull_request :
8- workflow_dispatch :
2+ push :
3+ branches :
4+ - master
5+ pull_request :
6+ workflow_dispatch :
97
108permissions :
11- contents : read
12- jobs :
13- security-scans :
14- runs-on : ubuntu-latest
15- timeout-minutes : 10
9+ contents : read
1610
17- steps :
18- - name : Checkout Code
19- uses : actions/checkout@v4
11+ jobs :
12+ security-scans :
13+ runs-on : ubuntu-latest
14+ timeout-minutes : 10
15+ steps :
16+ - name : Checkout Code
17+ uses : actions/checkout@v4
2018
21- - name : Setup Node.js
22- uses : actions/setup-node@v4
23- with :
24- node-version : " 20 "
19+ - name : Setup Node.js
20+ uses : actions/setup-node@v4
21+ with :
22+ node-version : ' 20 '
2523
26- - name : Install Dependencies
27- run : npm install
24+ - name : Install Dependencies
25+ run : npm install
2826
29- - name : Run npm Audit
30- run : npm audit --audit-level=high || echo "npm audit failed"
27+ - name : Run npm Audit
28+ run : npm audit --audit-level=high || echo "npm audit failed"
You can’t perform that action at this time.
0 commit comments