Skip to content

Commit 83cad70

Browse files
committed
fix: make codeql happy
1 parent 4460ca1 commit 83cad70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build:
11+
permissions:
12+
contents: read
1113

1214
runs-on: ubuntu-latest
1315
strategy:

.github/workflows/test_api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build:
11+
permissions:
12+
contents: read
1113

1214
runs-on: ubuntu-latest
1315
strategy:

0 commit comments

Comments
 (0)