Skip to content

dev: Pin third-party GitHub Actions to latest versions#45

Merged
offich merged 1 commit intodevelopfrom
dev/github-workflow
May 2, 2026
Merged

dev: Pin third-party GitHub Actions to latest versions#45
offich merged 1 commit intodevelopfrom
dev/github-workflow

Conversation

@offich
Copy link
Copy Markdown
Owner

@offich offich commented May 2, 2026

Description

Updated third-party GitHub Actions used in .github/workflows to the latest versions and changed version specifications to commit hash pinning.

What was done

  • Changed all action version specifications to commit hash format (security hardening)
  • actions/checkout: v4 → v6.0.2
  • actions/cache: v4 → v5.0.5
  • kuhnroyal/flutter-fvm-config-action: v2/v3 → v3.3 (also fixed the setup job in code-analysis.yml that was still on v2)
  • subosito/flutter-action: v2.18.0 → v2.23.0
  • dart-lang/setup-dart: v1 → v1.7.2
  • offich/flutter-fvm-dart-sdk-action: v1 (pinned to commit hash)

What was NOT done

  • No changes to workflow logic

Operation Confirmation

Prerequisites & Steps

Verify that CI passes.

Notes & Related URLs

Action Old Version New Version Changelog
actions/checkout v4 v6.0.2 https://github.com/actions/checkout/releases
actions/cache v4 v5.0.5 https://github.com/actions/cache/releases
kuhnroyal/flutter-fvm-config-action v2/v3 v3.3 https://github.com/kuhnroyal/flutter-fvm-config-action/releases
subosito/flutter-action v2.18.0 v2.23.0 https://github.com/subosito/flutter-action/releases
dart-lang/setup-dart v1 v1.7.2 https://github.com/dart-lang/setup-dart/releases
offich/flutter-fvm-dart-sdk-action v1 v1 https://github.com/offich/flutter-fvm-dart-sdk-action/releases

@offich offich self-assigned this May 2, 2026
@offich offich merged commit d56cde3 into develop May 2, 2026
2 checks passed
@offich offich deleted the dev/github-workflow branch May 2, 2026 01:42
@offich offich changed the title dev: GitHub Actions のサードパーティアクションを最新バージョンにピン留め dev: Pin third-party GitHub Actions to latest versions May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant