Browse Source

Merge branch '1.4.x' into 1.5.x

Joe Grandja 1 tháng trước cách đây
mục cha
commit
8d14e19fc5

+ 3 - 0
.github/workflows/continuous-integration-workflow.yml

@@ -11,6 +11,9 @@ on:
 env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
 
+permissions:
+  contents: read
+
 jobs:
   build:
     name: Build

+ 3 - 0
.github/workflows/pr-build-workflow.yml

@@ -5,6 +5,9 @@ on:
     branches:
       - '**'
 
+permissions:
+  contents: read
+
 env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
 

+ 3 - 0
.github/workflows/update-scheduled-release-version.yml

@@ -3,6 +3,9 @@ name: Update Scheduled Release Version
 on:
   workflow_dispatch: # Manual trigger only. Triggered by release-scheduler.yml on main.
 
+permissions:
+  contents: read
+
 jobs:
   update-scheduled-release-version:
     name: Update Scheduled Release Version