Skip to content

Commit 536b766

Browse files
committed
ci: explicit actions permissions
1 parent 5fd55ca commit 536b766

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/codeql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: ['main']
77
schedule:
88
- cron: '00 4 * * 2'
9+
permissions: {}
910
jobs:
1011
analyze:
1112
name: Analyze

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: docs
22
on:
33
pull_request:
44
branches: ['main']
5+
permissions: {}
56
jobs:
67
docs:
78
runs-on: ubuntu-latest

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: ['main']
55
pull_request:
66
branches-ignore: ['gh-pages']
7+
permissions: {}
78
env:
89
SERVER_AUTH_TYPE: basic
910
SERVER_URL: http://127.0.0.1:5984

0 commit comments

Comments
 (0)