Skip to content

Pin GitHub Actions to commit SHAs#1981

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

Pin GitHub Actions to commit SHAs#1981
reta 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>
@reta reta merged commit fdec399 into opensearch-project:main May 22, 2026
46 of 56 checks passed
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