Skip to content

Pin GitHub Actions to commit SHAs#943

Open
Divyaasm wants to merge 1 commit into
opensearch-project:mainfrom
Divyaasm:pin-actions-to-sha
Open

Pin GitHub Actions to commit SHAs#943
Divyaasm wants to merge 1 commit into
opensearch-project:mainfrom
Divyaasm:pin-actions-to-sha

Conversation

@Divyaasm
Copy link
Copy Markdown

Description

Pin all GitHub Action tag references to their corresponding commit SHAs.

Tags are mutable references that can be force-pushed to point to different commits, making them vulnerable to supply chain attacks. Commit SHAs are immutable and guarantee that the exact reviewed code is executed in CI workflows. This change pins all third-party actions to their current commit SHAs to prevent potential tampering.

Signed-off-by: Divya Madala <divyaasm@amazon.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.37%. Comparing base (9cb092f) to head (7c3ba75).
⚠️ Report is 59 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #943      +/-   ##
============================================
- Coverage     70.88%   70.37%   -0.51%     
- Complexity      421      524     +103     
============================================
  Files            49       56       +7     
  Lines          3125     3663     +538     
  Branches        194      244      +50     
============================================
+ Hits           2215     2578     +363     
- Misses          785      921     +136     
- Partials        125      164      +39     

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant