Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run:
working-directory: ${{ inputs.package }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # pin@v1
if: ${{ inputs.sdk == 'dart' }}
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Apply dependency override
if: ${{ inputs.package == 'flutter' }}
working-directory: ${{ inputs.package }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changes-in-high-risk-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
high_risk_code: ${{ steps.changes.outputs.high_risk_code }}
high_risk_code_files: ${{ steps.changes.outputs.high_risk_code_files }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Get changed files
id: changes
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- os: macos
sdk: stable
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/dart-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
sdk: stable

- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/dart-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install libsqlite3 (Ubuntu)
if: matrix.os == 'ubuntu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # pin@v1
with:
sdk: ${{ matrix.sdk }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Run
if: env.SENTRY_AUTH_TOKEN != null
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/dart-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase_remote_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/flutter-test
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # pin@v1

Expand All @@ -31,7 +31,7 @@ jobs:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # pin@v1

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sdk: beta

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/flutter-test
with:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
target: [ios, macos]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
run:
working-directory: packages/flutter
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
# https://github.com/CocoaPods/CocoaPods/issues/5275#issuecomment-315461879

# QuickFix for failing iOS 18.0 builds https://github.com/actions/runner-images/issues/12758#issuecomment-3187115656
Expand All @@ -172,7 +172,7 @@ jobs:
run:
working-directory: packages/flutter
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # [email protected]
with:
args: --strict
Expand All @@ -184,7 +184,7 @@ jobs:
run:
working-directory: packages/flutter
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: ktlint
uses: ScaCap/action-ktlint@26c5e9b625966139d9956cbbb6217375480d4e14 # [email protected]
Expand All @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
# To recreate baseline run: detekt -i packages/flutter/android,packages/flutter/example/android -b packages/flutter/config/detekt-bl.xml -cb
- uses: natiginfo/action-detekt-all@45229fbbe47eaff1160b6c956d7ffe14dc23c206 # [email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sdk: [stable, beta]
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Enable KVM group perms
run: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
sdk: [stable]
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
with:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
sdk: [ "stable", "beta" ]
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Chrome Browser
uses: browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run:
working-directory: ${{ matrix.package.name }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # pin@v1
if: ${{ matrix.package.sdk == 'dart' }}
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/dart-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/isar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/flutter-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/dart-test
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/dart-test
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
host: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Let's stick to an explicit version and update manually because a version change may affect results.
# If it would update implicitly it could confuse people to think the change is actually caused by the PR.
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
name: Console
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]

- name: create dart sample apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/min_version_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions/setup-java@v4
with:
Expand All @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqflite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install libsqlite3
if: matrix.target == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build and Upload to Testflight
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
- run: xcodes select 16.3
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-example-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
- uses: bluefireteam/flutter-gh-pages@cf4a9312849577dbfd9df8f3d63d12ef6b09898e # pin@v9
with:
Expand Down
Loading