Skip to content

Commit 9283f47

Browse files
committed
Merge branch '1.5.x'
2 parents b8d10c8 + 8d14e19 commit 9283f47

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
env:
1212
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
name: Build

.github/workflows/pr-build-workflow.yml

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

8+
permissions:
9+
contents: read
10+
811
env:
912
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
1013

.github/workflows/update-scheduled-release-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Update Scheduled Release Version
33
on:
44
workflow_dispatch: # Manual trigger only. Triggered by release-scheduler.yml on main.
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
update-scheduled-release-version:
811
name: Update Scheduled Release Version

0 commit comments

Comments
 (0)