@@ -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-14
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-2022]
@@ -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-14
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-14
447455 if : ${{ github.event_name != 'schedule' }}
448456 steps :
@@ -493,6 +501,7 @@ jobs:
493501 timeout-minutes : 60
494502 visionos-template :
495503 name : " visionOS [template]"
504+ permissions : {}
496505 strategy :
497506 matrix :
498507 template : [all, visionos]
@@ -535,6 +544,7 @@ jobs:
535544 timeout-minutes : 60
536545 windows :
537546 name : " Windows"
547+ permissions : {}
538548 runs-on : windows-2022
539549 strategy :
540550 matrix :
@@ -592,6 +602,7 @@ jobs:
592602 timeout-minutes : 60
593603 windows-template :
594604 name : " Windows [template]"
605+ permissions : {}
595606 runs-on : windows-2022
596607 if : ${{ github.event_name != 'schedule' }}
597608 strategy :
0 commit comments