File tree 7 files changed +41
-1
lines changed
7 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' 28 6 * * 3'
10
10
11
+ permissions : {}
12
+
11
13
jobs :
12
14
analyze :
13
15
name : Analyze (${{ matrix.language }})
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: Dev Publish
3
3
on :
4
4
workflow_dispatch :
5
5
6
+ permissions : {}
7
+
6
8
jobs :
7
9
build :
8
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ concurrency:
8
8
group : ' pages'
9
9
cancel-in-progress : false
10
10
11
+ permissions : {}
12
+
11
13
jobs :
12
14
deploy :
13
15
permissions :
Original file line number Diff line number Diff line change 5
5
release :
6
6
types : [created]
7
7
8
+ permissions : {}
9
+
8
10
jobs :
9
11
build :
10
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11
11
12
12
name : OSV-Scanner
13
13
14
+ permissions : {}
15
+
14
16
on :
15
17
pull_request :
16
18
branches : ['main']
Original file line number Diff line number Diff line change
1
+ name : Zizmor
2
+
3
+ on :
4
+ push :
5
+ branches : ['main']
6
+ pull_request :
7
+ branches : ['**']
8
+
9
+ permissions : {}
10
+
11
+ jobs :
12
+ zizmor :
13
+ name : zizmor
14
+ runs-on : ubuntu-latest
15
+ permissions :
16
+ contents : read
17
+ actions : read
18
+ steps :
19
+ - name : Checkout repository
20
+ uses : actions/checkout@v4
21
+ with :
22
+ persist-credentials : false
23
+
24
+ - name : Install the latest version of uv
25
+ uses : astral-sh/setup-uv@v5
26
+ with :
27
+ enable-cache : false
28
+
29
+ - name : Run zizmor
30
+ run : uvx zizmor@1.5.0 .github/workflows -v -p --min-severity=medium
Original file line number Diff line number Diff line change 90
90
"test:smoke:cjs" : " node ./test/smoke/node.test.cjs" ,
91
91
"test:smoke:mjs" : " node ./test/smoke/node.test.mjs" ,
92
92
"test:smoke:deno" : " deno test ./test/smoke/deno.test.js --allow-read --allow-sys --allow-env --allow-run" ,
93
- "test:workflow" : " zizmor .github/workflows -v -p"
93
+ "test:workflow" : " zizmor .github/workflows -v -p --min-severity=medium "
94
94
},
95
95
"devDependencies" : {
96
96
"@size-limit/file" : " 11.2.0" ,
You can’t perform that action at this time.
0 commit comments