Upgrade and pin GitHub Actions to latest SHA#72
Merged
Conversation
Pin all floating action refs to immutable commit SHAs with version comments. - opentap/get-gitversion: @main -> @1ecd47ca (v1.1) - actions/checkout: @v2/@v3/@v4 -> @de0fac2e (v6.0.2) - actions/upload-artifact: @v4 -> @bbbca2dd (v7.0.0) - actions/download-artifact: @v4 -> @3e5f45b2 (v8.0.1) - opentap/setup-opentap: @v1.0 -> @d178a37a (v1.0)
|
This change is part of Parquet 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/get-gitversion→d1353d4355f2c12e09bb7886ccc9aa7d18243ebc(main, pending v1.2)opentap/setup-opentap→6eee68cf35f2e861f93d21029bbe7af4c427b9bd(main, pending v1.1)Where
opentap/get-gitversionis used, apersist-credentials: falseflag has been added to the precedingactions/checkoutstep to avoid a duplicate Authorization header conflict introduced inactions/checkout@v6.Merge order
This PR depends on upstream opentap action releases. Recommended order:
Merge and tag✅ Mergedopentap/setup-opentap#19asv1.1Merge and tag✅ Merged — tag pendingopentap/get-gitversion#8asv1.2v1.1andv1.2are cut