Pin official GitHub workflow actions to SHAs (2/n)#21735
Merged
bhimrazy merged 1 commit intoMay 25, 2026
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21735 +/- ##
=======================================
Coverage 87% 87%
=======================================
Files 270 270
Lines 23973 23973
=======================================
Hits 20751 20751
Misses 3222 3222 |
deependujha
approved these changes
May 22, 2026
Borda
approved these changes
May 23, 2026
tchaton
approved these changes
May 25, 2026
tchaton
pushed a commit
to Lightning-AI/litData
that referenced
this pull request
May 29, 2026
* chore: pin GitHub Actions to verified commit SHAs Pins all workflow actions to full commit SHAs with version comments for supply chain security, following the pattern in Lightning-AI/pytorch-lightning#21735. Pinned actions: - actions/checkout@v6 → de0fac2 (v6.0.2) - actions/setup-python@v6 → a309ff8 (v6.2.0) - actions/download-artifact@v8 → 3e5f45b (v8.0.1) - actions/github-script@v9 → 3a2844b (v9.0.0) - actions/first-interaction@v3 → 1c4688942c71f71d4f5502a26ea67c331730fa4d (v3.1.0) - astral-sh/setup-uv@v7 → 37802ad (v7.6.0) - codecov/codecov-action@v6 → e79a696 (v6.0.1) - pypa/gh-action-pypi-publish@v1.14.0 → cef2210 (v1.14.0) - JamesIves/github-pages-deploy-action@v4.8.0 → d92aa23 (v4.8.0) * chore: pin Lightning-AI/utilities reusable workflows to v0.15.3 SHA
This was referenced Jun 1, 2026
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.
What does this PR do?
Pins official GitHub Actions used across active workflows to verified commit SHAs.
Updated workflows:
Pinned references
actions/checkout@v6Release/tag: https://github.com/actions/checkout/releases/tag/v6.0.2
actions/setup-python@v6Release/tag: https://github.com/actions/setup-python/releases/tag/v6.2.0
actions/cache@v5Release/tag: https://github.com/actions/cache/releases/tag/v5.0.5
actions/upload-artifact@v7Release/tag: https://github.com/actions/upload-artifact/releases/tag/v7.0.1
actions/download-artifact@v8Release/tag: https://github.com/actions/download-artifact/releases/tag/v8.0.1