Pin unpinned GitHub Actions to commit SHAs - #8273
Merged
Merged
Conversation
Co-authored-by: akarnokd <1269832+akarnokd@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
akarnokd
August 6, 2026 05:09
View session
akarnokd
approved these changes
Aug 6, 2026
Member
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: akarnokd <1269832+akarnokd@users.noreply.github.com>
Contributor
Author
akarnokd
approved these changes
Aug 6, 2026
akarnokd
marked this pull request as ready for review
August 6, 2026 05:24
akarnokd
approved these changes
Aug 6, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.x #8273 +/- ##
============================================
+ Coverage 98.58% 98.60% +0.02%
- Complexity 7147 7148 +1
============================================
Files 824 824
Lines 50782 50782
Branches 6906 6906
============================================
+ Hits 50064 50076 +12
+ Misses 488 481 -7
+ Partials 230 225 -5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Most workflows already pin actions by commit SHA with a
# vX.Y.Zcomment for Dependabot. The entropy beauty workflows still used floating major tags.Changes
entropy-beauty-scan.yml: pincache@v6,upload-artifact@v4,download-artifact@v8,github-script@v9entropy-beauty-comment.yml: pindownload-artifact@v8,github-script@v9Format
SHAs resolve to the commits currently pointed at by those tags (
v6.1.0,v4.6.2,v8.0.1,v9.0.0).AI-assisted.