Skip to content

Commit 637577a

Browse files
Merge pull request #6431
2 parents de94ded + 5eadc5c commit 637577a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010

1111
workflow_dispatch:
1212

13+
permissions:
14+
contents: read
15+
pull-requests: read
16+
1317
jobs:
1418
unit-test:
1519
runs-on: ubuntu-latest

.github/workflows/codeql.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ on:
88
schedule:
99
- cron: '43 11 * * 5'
1010

11+
permissions:
12+
security-events: write
13+
actions: read
14+
contents: read
15+
1116
jobs:
1217
analyze:
1318
name: Analyze
1419
runs-on: 'ubuntu-latest'
1520
timeout-minutes: 30
16-
permissions:
17-
security-events: write
18-
actions: read
19-
contents: read
2021

2122
strategy:
2223
fail-fast: false

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# branches:
66
# - master
77

8+
permissions:
9+
contents: write
10+
811
concurrency:
912
group: ${{ github.workflow }}-${{ github.ref }}
1013

0 commit comments

Comments
 (0)