diff --git a/.ci.yaml b/.ci.yaml index a05be4219..f21601072 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -14,7 +14,7 @@ platform_properties: os: Linux mac: properties: - os: Mac-12 + os: "Mac-12|Mac-13" cpu: x86 windows: properties: diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 54cd00999..5948c4788 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 + uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 with: results_file: results.sarif results_format: sarif diff --git a/analyze/pubspec.yaml b/analyze/pubspec.yaml index 0209b7a97..46bce17e5 100644 --- a/analyze/pubspec.yaml +++ b/analyze/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: file: 7.0.0 path: 1.8.3 - platform: 3.1.2 + platform: 3.1.3 dev_dependencies: mockito: 5.4.2 diff --git a/app_dart/integration_test/data/cocoon_config.json b/app_dart/integration_test/data/cocoon_config.json index 09eb602cb..c9bcc0b64 100644 --- a/app_dart/integration_test/data/cocoon_config.json +++ b/app_dart/integration_test/data/cocoon_config.json @@ -1 +1 @@ -{"targets":[{"name":"Linux Cocoon","properties":{"add_recipes_cq":"true"},"recipe":"cocoon/cocoon"},{"name":"Linux device_doctor","properties":{"script":"cipd_packages/device_doctor/tool/build.sh","cipd_name":"flutter/device_doctor/linux-amd64"},"runIf":["cipd_packages/device_doctor/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Mac device_doctor","properties":{"script":"cipd_packages/device_doctor/tool/build.sh","cipd_name":"flutter/device_doctor/mac-amd64","device_type":"none"},"runIf":["cipd_packages/device_doctor/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Windows device_doctor","properties":{"script":"cipd_packages\\device_doctor\\tool\\build.bat","cipd_name":"flutter/device_doctor/windows-amd64"},"runIf":["cipd_packages/device_doctor/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Linux doxygen","properties":{"script":"cipd_packages/doxygen/tool/build.sh","cipd_name":"flutter/doxygen/linux-amd64"},"runIf":["cipd_packages/doxygen/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Mac codesign","properties":{"script":"cipd_packages/codesign/tool/build.sh","cipd_name":"flutter/codesign/mac-amd64","device_type":"none"},"runIf":["cipd_packages/codesign/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Mac arm_codesign","properties":{"script":"cipd_packages/codesign/tool/build.sh","cipd_name":"flutter/codesign/mac-arm64","cpu":"arm64","device_type":"none"},"runIf":["cipd_packages/codesign/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Linux ci_yaml roller","properties":{"add_recipes_cq":"true","backfill":"false"},"recipe":"infra/ci_yaml"}],"enabledBranches":["main"],"platformProperties":{"linux":{"properties":{"os":"Linux"}},"mac":{"properties":{"os":"Mac-12","cpu":"x86"}},"windows":{"properties":{"os":"Windows"}}}} +{"targets":[{"name":"Linux Cocoon","properties":{"add_recipes_cq":"true"},"recipe":"cocoon/cocoon"},{"name":"Linux device_doctor","properties":{"script":"cipd_packages/device_doctor/tool/build.sh","cipd_name":"flutter/device_doctor/linux-amd64"},"runIf":["cipd_packages/device_doctor/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Mac device_doctor","properties":{"script":"cipd_packages/device_doctor/tool/build.sh","cipd_name":"flutter/device_doctor/mac-amd64","device_type":"none"},"runIf":["cipd_packages/device_doctor/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Windows device_doctor","properties":{"script":"cipd_packages\\device_doctor\\tool\\build.bat","cipd_name":"flutter/device_doctor/windows-amd64"},"runIf":["cipd_packages/device_doctor/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Linux doxygen","properties":{"script":"cipd_packages/doxygen/tool/build.sh","cipd_name":"flutter/doxygen/linux-amd64"},"runIf":["cipd_packages/doxygen/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Mac codesign","properties":{"script":"cipd_packages/codesign/tool/build.sh","cipd_name":"flutter/codesign/mac-amd64","device_type":"none"},"runIf":["cipd_packages/codesign/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Mac arm_codesign","properties":{"script":"cipd_packages/codesign/tool/build.sh","cipd_name":"flutter/codesign/mac-arm64","cpu":"arm64","device_type":"none"},"runIf":["cipd_packages/codesign/**",".ci.yaml"],"recipe":"cocoon/cipd"},{"name":"Linux ci_yaml roller","properties":{"add_recipes_cq":"true","backfill":"false"},"recipe":"infra/ci_yaml"}],"enabledBranches":["main"],"platformProperties":{"linux":{"properties":{"os":"Linux"}},"mac":{"properties":{"os":"Mac-12|Mac-13","cpu":"x86"}},"windows":{"properties":{"os":"Windows"}}}} diff --git a/app_dart/pubspec.yaml b/app_dart/pubspec.yaml index 12cce4486..d29cd5ccf 100644 --- a/app_dart/pubspec.yaml +++ b/app_dart/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: logging: 1.2.0 meta: 1.10.0 mime: 1.0.4 - mutex: 3.0.1 + mutex: 3.1.0 neat_cache: 2.0.3 path: 1.8.3 process: 4.2.4 @@ -48,7 +48,7 @@ dev_dependencies: flutter_lints: 2.0.3 json_serializable: 6.7.1 mockito: 5.4.2 - platform: 3.1.2 + platform: 3.1.3 test: 1.24.7 builders: diff --git a/auto_submit/pubspec.yaml b/auto_submit/pubspec.yaml index a4254a365..5cdc7e691 100644 --- a/auto_submit/pubspec.yaml +++ b/auto_submit/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: logging: 1.2.0 retry: 3.1.2 yaml: 3.1.2 - mutex: 3.0.1 + mutex: 3.1.0 dev_dependencies: build_runner: 2.4.6 diff --git a/cipd_packages/codesign/pubspec.yaml b/cipd_packages/codesign/pubspec.yaml index 8364049ac..f77787b93 100644 --- a/cipd_packages/codesign/pubspec.yaml +++ b/cipd_packages/codesign/pubspec.yaml @@ -10,7 +10,7 @@ dev_dependencies: lints: 2.1.1 test: 1.24.7 dependencies: - archive: 3.4.4 + archive: 3.4.5 args: 2.4.2 crypto: 3.0.3 fake_async: 1.3.1 @@ -18,5 +18,5 @@ dependencies: flutter_lints: 2.0.3 logging: 1.2.0 meta: 1.10.0 - platform: 3.1.2 - process: 5.0.0 + platform: 3.1.3 + process: 5.0.1 diff --git a/cipd_packages/device_doctor/pubspec.yaml b/cipd_packages/device_doctor/pubspec.yaml index 5d0beb54a..6fdf84913 100644 --- a/cipd_packages/device_doctor/pubspec.yaml +++ b/cipd_packages/device_doctor/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: logging: 1.2.0 meta: 1.10.0 path: 1.8.3 - process: 5.0.0 + process: 5.0.1 retry: 3.1.2 yaml: 3.1.2 diff --git a/licenses/pubspec.yaml b/licenses/pubspec.yaml index 0a5870eba..39f954358 100644 --- a/licenses/pubspec.yaml +++ b/licenses/pubspec.yaml @@ -6,7 +6,7 @@ environment: dependencies: path: 1.8.3 - platform: 3.1.2 + platform: 3.1.3 dev_dependencies: mockito: 5.4.2