Skip to content

chore: pin GitHub Actions to commit hashes and bump to latest versions#64

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

chore: pin GitHub Actions to commit hashes and bump to latest versions#64
offich merged 1 commit intodevelopfrom
dev/github-workflow

Conversation

@offich
Copy link
Copy Markdown
Owner

@offich offich commented May 2, 2026

Description

Pins all third-party GitHub Actions to specific commit hashes for supply chain security, and bumps them to their latest versions.

What was done

  • Replaced tag-based version references with commit hash pinning for all actions
  • Updated all actions to their latest releases:
    • actions/checkout: v4de0fac2e (v6.0.2)
    • actions/cache: v427d5ce7f (v5.0.5)
    • dart-lang/setup-dart: v165eb853c (v1.7.2)
    • kuhnroyal/flutter-fvm-config-action: v2/v3c378498f (v3.3)
    • subosito/flutter-action: v2.18.01a449444 (v2.23.0)
  • Added inline version comments (e.g. # v6.0.2) for readability

What was NOT done

  • Pinning runs-on runner versions (out of scope)

Operation Confirmation

Prerequisites & Steps

Verify CI passes on this branch after merge.

Notes & Related URLs

Commit hash pinning prevents supply chain attacks where a tag is silently moved to a different (potentially malicious) commit.

@offich offich self-assigned this May 2, 2026
@offich offich merged commit 2444179 into develop May 2, 2026
2 checks passed
@offich offich deleted the dev/github-workflow branch May 2, 2026 08:11
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