Skip to content

Pin unpinned GitHub Actions to commit SHAs - #8273

Merged
akarnokd merged 2 commits into
4.xfrom
copilot/update-github-actions-hashes
Aug 6, 2026
Merged

Pin unpinned GitHub Actions to commit SHAs#8273
akarnokd merged 2 commits into
4.xfrom
copilot/update-github-actions-hashes

Conversation

Copilot AI commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Most workflows already pin actions by commit SHA with a # vX.Y.Z comment for Dependabot. The entropy beauty workflows still used floating major tags.

Changes

  • entropy-beauty-scan.yml: pin cache@v6, upload-artifact@v4, download-artifact@v8, github-script@v9
  • entropy-beauty-comment.yml: pin download-artifact@v8, github-script@v9

Format

# before
uses: actions/cache@v6

# after
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0

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.

Co-authored-by: akarnokd <1269832+akarnokd@users.noreply.github.com>
@akarnokd

akarnokd commented Aug 6, 2026

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

Co-authored-by: akarnokd <1269832+akarnokd@users.noreply.github.com>

Copilot AI commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

Resolved by merging origin/4.x in 8feb427. The conflict was actions/upload-artifact (our pin to v4.6.2 vs Dependabot’s bump to v7); kept v7 and pinned it to 043fb46… # v7.0.1.

@akarnokd akarnokd added this to the 4.0 milestone Aug 6, 2026
Copilot AI requested a review from akarnokd August 6, 2026 05:14
@akarnokd
akarnokd marked this pull request as ready for review August 6, 2026 05:24
@akarnokd
akarnokd merged commit 6f02d52 into 4.x Aug 6, 2026
11 checks passed
@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.60%. Comparing base (f6d80d2) to head (8feb427).
⚠️ Report is 1 commits behind head on 4.x.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akarnokd
akarnokd deleted the copilot/update-github-actions-hashes branch August 6, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants