Skip to content

Pin GitHub Actions to commit SHAs - #235

Merged
msfroh merged 1 commit into
opensearch-project:mainfrom
Divyaasm:pin-actions-to-sha
May 26, 2026
Merged

Pin GitHub Actions to commit SHAs#235
msfroh merged 1 commit into
opensearch-project:mainfrom
Divyaasm:pin-actions-to-sha

Conversation

@Divyaasm

Copy link
Copy Markdown
Contributor

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>

@msfroh msfroh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @Divyaasm!

@github-project-automation github-project-automation Bot moved this to 👀 In review in Search Project Board May 26, 2026
@msfroh
msfroh merged commit d053b29 into opensearch-project:main May 26, 2026
6 checks passed
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in Search Project Board May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants