Skip to content

Commit 38ee43f

Browse files
chore: restore original indentation and quotes in workflow file
1 parent 3ed4f1d commit 38ee43f

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed
Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
1-
name: Security Scans
2-
31
on:
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

108
permissions:
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"

0 commit comments

Comments
 (0)