@@ -18,6 +18,7 @@ concurrency:
1818jobs :
1919 lint-commit :
2020 name : " lint commit message"
21+ permissions : {}
2122 runs-on : ubuntu-24.04
2223 if : ${{ github.event_name == 'pull_request' }}
2324 steps :
@@ -145,6 +146,7 @@ jobs:
145146 timeout-minutes : 60
146147 ios :
147148 name : " iOS"
149+ permissions : {}
148150 runs-on : macos-15
149151 steps :
150152 - name : Checkout
@@ -198,6 +200,7 @@ jobs:
198200 timeout-minutes : 60
199201 ios-template :
200202 name : " iOS [template]"
203+ permissions : {}
201204 strategy :
202205 matrix :
203206 template : [all, ios]
@@ -244,6 +247,7 @@ jobs:
244247 timeout-minutes : 60
245248 android :
246249 name : " Android"
250+ permissions : {}
247251 strategy :
248252 matrix :
249253 runner : [ubuntu-24.04, windows-2025]
@@ -291,6 +295,7 @@ jobs:
291295 timeout-minutes : 60
292296 android-template :
293297 name : " Android [template]"
298+ permissions : {}
294299 strategy :
295300 matrix :
296301 template : [all, android]
@@ -331,6 +336,7 @@ jobs:
331336 timeout-minutes : 60
332337 macos :
333338 name : " macOS"
339+ permissions : {}
334340 runs-on : macos-15
335341 if : ${{ github.event_name != 'schedule' }}
336342 steps :
@@ -402,6 +408,7 @@ jobs:
402408 timeout-minutes : 60
403409 macos-template :
404410 name : " macOS [template]"
411+ permissions : {}
405412 strategy :
406413 matrix :
407414 template : [all, macos]
@@ -443,6 +450,7 @@ jobs:
443450 timeout-minutes : 60
444451 visionos :
445452 name : " visionOS"
453+ permissions : {}
446454 runs-on : macos-15
447455 if : ${{ github.event_name != 'schedule' }}
448456 steps :
@@ -492,6 +500,7 @@ jobs:
492500 timeout-minutes : 60
493501 visionos-template :
494502 name : " visionOS [template]"
503+ permissions : {}
495504 strategy :
496505 matrix :
497506 template : [all, visionos]
@@ -533,6 +542,7 @@ jobs:
533542 timeout-minutes : 60
534543 windows :
535544 name : " Windows"
545+ permissions : {}
536546 runs-on : windows-2025
537547 strategy :
538548 matrix :
@@ -590,6 +600,7 @@ jobs:
590600 timeout-minutes : 60
591601 windows-template :
592602 name : " Windows [template]"
603+ permissions : {}
593604 runs-on : windows-2025
594605 if : ${{ github.event_name != 'schedule' }}
595606 strategy :
0 commit comments