Skip to content

Commit f692e23

Browse files
author
Cirrus CI
committed
Merge remote-tracking branch 'origin/master' into copilot/fix-455cf639-cf46-40ae-8035-13be4a475bce
2 parents a9315e8 + 71cca5f commit f692e23

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -48,6 +48,6 @@ jobs:
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 }}

.github/workflows/integration_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
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

demo_app/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ flutter {
6666

6767
dependencies {
6868
// https://patrol.leancode.co/getting-started
69-
androidTestUtil("androidx.test:orchestrator:1.5.1")
69+
androidTestUtil("androidx.test:orchestrator:1.6.1")
7070
}

demo_app/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

demo_app/android/settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
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

2525
include(":app")

0 commit comments

Comments
 (0)