Upgrade and pin GitHub Actions to latest SHA#9
Merged
Conversation
Pin all floating action refs to their latest version SHA for supply-chain security. - actions/checkout: v4 -> v6.0.2 (de0fac2e4500dabe0009e67214ff5f5447ce83dd) - actions/upload-artifact: v4 -> v7.0.0 (bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) - actions/download-artifact: v4 -> v8.0.1 (3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) - opentap/setup-opentap: v1.0 -> v1.0 (d178a37a089bf73bd99da5b68a00b3d96e6d4517)
rmadsen-ks
approved these changes
Apr 7, 2026
|
This change is part of OpenTAP Repository version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pins all GitHub Actions
uses:references to full 40-character commit SHAs to reduce supply-chain risk. Both third-party and opentap-owned actions are pinned.Changes
All floating tags (e.g.
@v4,@main) replaced with pinned SHAs. opentap-owned actions are pinned to main branch commits pending tagged releases:opentap/setup-opentap→6eee68cf35f2e861f93d21029bbe7af4c427b9bd(main, pending v1.1)Motivation
Pinning to full SHAs prevents a compromised or accidentally force-pushed tag from silently changing the code that runs in CI. Using the commit SHA of the current
mainbranch ensures we get the latest fixes (Node 24 runtime, ubuntu-24.04 runners) while waiting for the upstreamv1.1tag to be cut.Merge order
Merge and tag✅ Merged — tag pendingopentap/setup-opentap#19asv1.1v1.1tag once cut