Skip to content

build(deps): bump subosito/flutter-action from 2.21.0 to 2.23.0#3654

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/github_actions/subosito/flutter-action-2.23.0
Open

build(deps): bump subosito/flutter-action from 2.21.0 to 2.23.0#3654
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/github_actions/subosito/flutter-action-2.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps subosito/flutter-action from 2.21.0 to 2.23.0.

Release notes

Sourced from subosito/flutter-action's releases.

v2.23.0

What's Changed

New Contributors

Full Changelog: subosito/flutter-action@v2...v2.23.0

v2.22.0

What's Changed

New Contributors

Full Changelog: subosito/flutter-action@v2...v2.22.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.21.0 to 2.23.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@fd55f4c...1a44944)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026
@dependabot dependabot Bot requested a review from buenaflor as a code owner April 20, 2026 17:21
@dependabot dependabot Bot requested a review from denrase as a code owner April 20, 2026 17:21
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 20, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes

  • (deps) Bump subosito/flutter-action from 2.21.0 to 2.23.0 by dependabot[bot] in #3654

🤖 This preview updates automatically when you update the PR.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 6098270. Configure here.

- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 # pin@v1.7.2
if: ${{ inputs.sdk == 'dart' }}
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # pin@v2.21.0
- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # pin@v2.23.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent dependency version across workflow and action files

Low Severity

The subosito/flutter-action dependency was bumped to v2.23.0 in all workflow files under .github/workflows/, but two composite action files were missed: .github/actions/size-analysis-setup/action.yml still pins v2.21.0 and .github/actions/flutter-test/action.yml still pins v2.18.0. This version inconsistency means different CI jobs may use different Flutter action versions, which could lead to subtle behavioral differences across CI pipelines. Per the review rules for dependency updates (chore(deps):), compatibility issues from version mismatches across the codebase are worth flagging.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot (Root)

Reviewed by Cursor Bugbot for commit 6098270. Configure here.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.90%. Comparing base (3d61d25) to head (7e1f030).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3654      +/-   ##
==========================================
+ Coverage   86.78%   86.90%   +0.11%     
==========================================
  Files         335      335              
  Lines       11934    11934              
==========================================
+ Hits        10357    10371      +14     
+ Misses       1577     1563      -14     
Flag Coverage Δ
sentry 86.66% <ø> (+0.03%) ⬆️
sentry_dio 97.73% <ø> (ø)
sentry_drift 93.57% <ø> (ø)
sentry_file 65.29% <ø> (ø)
sentry_firebase_remote_config 100.00% <ø> (ø)
sentry_flutter 91.51% <ø> (+0.34%) ⬆️
sentry_hive 77.48% <ø> (ø)
sentry_isar 74.37% <ø> (ø)
sentry_link 21.50% <ø> (ø)
sentry_logging 97.01% <ø> (ø)
sentry_sqflite 88.81% <ø> (ø)
sentry_supabase 97.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant