File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0 # for SonarCloud
2626
27- - uses : actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
27+ - uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
2828 if : github.base_ref
2929
3030 - name : Setup Flutter
4848 name : failures
4949 path : " **/failures/"
5050
51- - uses : SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
51+ - uses : SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1
5252 env :
5353 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 flutter build apk --config-only
4040 patrol build android --verbose --target integration_test/auto_resize_test.dart
4141
42- - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
42+ - uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
4343 with :
4444 credentials_json : ${{ secrets.FIREBASE_TEST_LAB_CREDENTIALS_JSON }}
45- - uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
45+ - uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
4646 - name : Firebase Test Lab
4747 run : |
4848 set -e
@@ -89,10 +89,10 @@ jobs:
8989 cd demo_app/ios
9090 fastlane patrol_build
9191
92- - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
92+ - uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
9393 with :
9494 credentials_json : ${{ secrets.FIREBASE_TEST_LAB_CREDENTIALS_JSON }}
95- - uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
95+ - uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
9696 - name : Firebase Test Lab
9797 run : |
9898 set -e
Original file line number Diff line number Diff line change 2929 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3030 with :
3131 path : results.sarif
32- - uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
32+ - uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3333 with :
3434 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -66,5 +66,5 @@ flutter {
6666
6767dependencies {
6868 // https://patrol.leancode.co/getting-started
69- androidTestUtil(" androidx.test:orchestrator:1.5 .1" )
69+ androidTestUtil(" androidx.test:orchestrator:1.6 .1" )
7070}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.11.1 " apply false
22- id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
21+ id(" com.android.application" ) version " 8.12.2 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
2323}
2424
2525include(" :app" )
You can’t perform that action at this time.
0 commit comments