Skip to content

Pin workflow actions to commit SHA#19

Open
JanPetterMG wants to merge 2 commits intosindrel:mainfrom
JanPetterMG:patch-2
Open

Pin workflow actions to commit SHA#19
JanPetterMG wants to merge 2 commits intosindrel:mainfrom
JanPetterMG:patch-2

Conversation

@JanPetterMG
Copy link
Copy Markdown
Contributor

Pin remaining workflow actions to full-length commit SHAs to improve supply chain security and ensure deterministic CI runs.

Changes

  • Pin actions/checkout to a full commit SHA:
  • Pin nick-fields/assert-action to a full commit SHA:
  • Retain inline version comments (e.g. # v5.0.1) for readability

Rationale

GitHub recommends referencing actions by full commit SHA, as tags such as v5 or v2 are mutable and can be retargeted. Pinning ensures that CI runs are reproducible and not affected by upstream changes.

Scope

This PR focuses solely on pinning existing workflow action references not covered in #18.
No version updates are applied, even where newer versions are available, to keep the change isolated.

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