Skip to content

Update skia on Stable #184025

Merged
auto-submit[bot] merged 1 commit into
flutter-3.41-candidate.0from
r-update-skia-security-2026-03-23
Mar 24, 2026
Merged

Update skia on Stable #184025
auto-submit[bot] merged 1 commit into
flutter-3.41-candidate.0from
r-update-skia-security-2026-03-23

Conversation

@reidbaker

@reidbaker reidbaker commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Required CP for stable.

  • Update skia

Internal details in b/491789011

Changelog entry:

TODO: @zanderso

@github-actions github-actions Bot added a: tests "flutter test", flutter_test, or one of our tests platform-android Android applications specifically platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. framework flutter/packages/flutter repository. See also f: labels. engine flutter/engine related. See also e: labels. f: material design flutter/packages/flutter/material repository. a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) f: cupertino flutter/packages/flutter/cupertino repository platform-windows Building on or for Windows specifically platform-web Web applications specifically a: desktop Running on desktop e: impeller Impeller rendering backend issues and features requests team-android Owned by Android platform team team-ios Owned by iOS platform team team-macos Owned by the macOS platform team team-windows Owned by the Windows platform team platform-macos labels Mar 23, 2026
Comment on lines +17 to +35
runs-on: ubuntu-latest
outputs:
is_member: ${{ steps.check.outputs.is_member }}
steps:
- name: Check if user is in the required team
id: check
env:
GH_TOKEN: ${{ secrets.FLUTTER_READ_ORG }}
run: |
# Use the GitHub CLI to check team membership
# Returns 204 if member, 404 if not
if gh api orgs/flutter/teams/flutter-release-eng/memberships/${{ github.actor }} --silent; then
echo "is_member=true" >> $GITHUB_OUTPUT
else
echo "::error::User ${{ github.actor }} is not a member of flutter-release-eng."
exit 1
fi

create-release-branch:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
@reidbaker reidbaker changed the base branch from master to flutter-3.41-candidate.0 March 23, 2026 19:20
@flutter-dashboard

Copy link
Copy Markdown

This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter.

Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed.

@reidbaker reidbaker requested review from walley892 and zanderso March 23, 2026 19:22
@zanderso

Copy link
Copy Markdown
Member

Changelog: Include a fix from Skia that ensures that the correct atlas for the glyph mask format is used consistently.

@walley892 walley892 marked this pull request as ready for review March 24, 2026 17:08
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@walley892 walley892 added the CICD Run CI/CD label Mar 24, 2026
@walley892 walley892 added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 24, 2026
@auto-submit auto-submit Bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Mar 24, 2026
@auto-submit

auto-submit Bot commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

autosubmit label was removed for flutter/flutter/184025, because - The status or check suite Mac web_tool_tests has failed. Please fix the issues identified (or deflake) before re-applying this label.

@walley892 walley892 added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 24, 2026
@auto-submit auto-submit Bot merged commit 78a7384 into flutter-3.41-candidate.0 Mar 24, 2026
168 checks passed
@auto-submit auto-submit Bot deleted the r-update-skia-security-2026-03-23 branch March 24, 2026 22:12
auto-submit Bot pushed a commit that referenced this pull request Mar 25, 2026
Update the changelog for 4.41.6. 

Includes: 
#183885 
#184040
#184025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 26, 2026
github-merge-queue Bot pushed a commit that referenced this pull request Mar 26, 2026
Merge CHANGELOG.md into master for 3.41.6

includes:

#183885
#184040
#184025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 27, 2026
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 27, 2026
ahmedsameha1 pushed a commit to ahmedsameha1/flutter that referenced this pull request Apr 14, 2026
@stuartmorgan-g stuartmorgan-g added platform-macos Building on or for macOS specifically and removed platform-macos labels Apr 16, 2026
Xbectordash pushed a commit to Xbectordash/abhi_flutter_fork that referenced this pull request May 13, 2026
Required CP for stable. 
- **Update skia**

Internal details in b/491789011

Changelog entry: 

TODO: @zanderso
Xbectordash pushed a commit to Xbectordash/abhi_flutter_fork that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: desktop Running on desktop a: tests "flutter test", flutter_test, or one of our tests autosubmit Merge PR when tree becomes green via auto submit App CICD Run CI/CD e: impeller Impeller rendering backend issues and features requests engine flutter/engine related. See also e: labels. f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. platform-android Android applications specifically platform-ios iOS applications specifically platform-macos Building on or for macOS specifically platform-web Web applications specifically platform-windows Building on or for Windows specifically team-android Owned by Android platform team team-ios Owned by iOS platform team team-macos Owned by the macOS platform team team-windows Owned by the Windows platform team tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants