Skip to content

Commit 481e206

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 0cd75f4 + 6f1ce67 commit 481e206

File tree

4,476 files changed

+104372
-64813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,476 files changed

+104372
-64813
lines changed

.ci.yaml

Lines changed: 221 additions & 139 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
*.props.tmpl text eol=crlf
2828
*.vcxproj.tmpl text eol=crlf
2929

30+
# Make sure that these Linux files always have LF line endings in checkout
31+
bin/flutter text eol=lf
32+
bin/flutter-dev text eol=lf
33+
bin/dart text eol=lf
34+
3035
# Never perform LF normalization on these files
3136
*.ico binary
3237
*.jar binary

.github/actions/composite-flutter-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
default: 'android-36'
1010
ANDROID_BUILDTOOLS:
1111
description: 'android buildtools version'
12-
default: '36.0.0'
12+
default: '36.1.0'
1313

1414
runs:
1515
using: 'composite'

.github/workflows/content-aware-hash.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ name: Generate a content aware hash for the Flutter Engine
66

77
on: workflow_dispatch
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
generate-engine-content-hash:
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: Checkout code
14-
uses: actions/checkout@v5
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1518

1619
- name: Generate Hash
1720
run: |

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository == 'flutter/flutter' }}
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323
- name: ./bin/flutter test --coverage
2424
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2525
- name: upload coverage

.github/workflows/easy-cp.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
branches: master
1010
types: [labeled]
1111

12-
permissions: write-all
12+
permissions:
13+
contents: read
14+
pull-requests: write
1315

1416
jobs:
1517
cherrypick_not_merged_remove_label:
@@ -44,7 +46,7 @@ jobs:
4446
run: |
4547
echo "COMMIT_SHA=$(echo ${{ github.event.pull_request.merge_commit_sha }})" >> $GITHUB_ENV
4648
- name: Checkout Flutter Repo
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
49+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4850
with:
4951
repository: flutteractionsbot/flutter
5052
path: flutter

.github/workflows/files-changed.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: ${{ github.repository == 'flutter/flutter' }}
2424
steps:
25-
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
25+
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7
2626
with:
2727
process-only: 'issues'
2828
github-token: ${{ github.token }}

.github/workflows/merge-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Setup Repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919
with:
2020
repository: ${{ github.repository }}
2121
ref: master

.github/workflows/tool-test-general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
# Note: we must check out the tree for the composite action to be available
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626
- uses: ./.github/actions/composite-flutter-setup
2727

2828
- name: Tool Test

0 commit comments

Comments
 (0)