Securing your supply‑chain with Immutable Releases #9
Pinned
marcransome
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🎯 What changed
We’ve updated our GitHub Actions to ship with immutable releases, a change that strengthens supply‑chain security and improves reproducibility by enforcing stable, verifiable releases.
Note
Short version tags such as
v1andv1.0are not affected by this change and will continue to function as before. These tags are mutable and we therefore no longer recommend using them in your workflows. These tags may be deprecated in future releases.💡 Why this matters
🔨 What this means for your workflows
If you’re already using our actions, we recommend updating to an immutable release to take advantage of the improved security and reproducibility. Moving to a pinned, immutable version ensures your workflows always run against a fixed, trusted release rather than a mutable tag that could change unexpectedly.
Tip
You can easily identify immutable releases — they’re marked with an “Immutable” label directly beneath the release title. Check the release pages for any actions you use to find the latest immutable versions.
🥳 Thanks for building with us and helping keep the ecosystem secure.
Beta Was this translation helpful? Give feedback.
All reactions