Skip to content

Commit 7196446

Browse files
committed
try to fix security alert
1 parent d521444 commit 7196446

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Benchmark
22

33
on: workflow_dispatch
44

5+
permissions:
6+
contents: read
7+
58
defaults:
69
run:
710
working-directory: Src

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12+
permissions:
13+
contents: read
14+
1215
defaults:
1316
run:
1417
working-directory: Src

0 commit comments

Comments
 (0)