chore(workflows): pin AWS actions to commit SHAs#8923
Merged
valerena merged 1 commit intoaws:developfrom Apr 16, 2026
Merged
Conversation
- `aws-actions/stale-issue-cleanup@v6` to `@7de35968489e4142233d2a6812519a82e68b5c38 # v6` - `aws-actions/closed-issue-message@v2` to `@10aaf6366131b673a7c8b7742f8b3849f1d44f18 # v2` - `aws-actions/configure-aws-credentials@v6` to `@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6`
Contributor
There was a problem hiding this comment.
Code Review Results
Reviewed: 14004e2..80a0977
Files: 3
Comments: 0
✅ No issues found. The changes look good.
All three files pin GitHub Actions from mutable version tags to specific commit SHAs while preserving the version as a trailing comment. This is a security best practice that mitigates supply-chain attacks from tag mutation.
reedham-aws
approved these changes
Apr 16, 2026
| issues: write | ||
| steps: | ||
| - uses: aws-actions/stale-issue-cleanup@v6 | ||
| - uses: aws-actions/stale-issue-cleanup@7de35968489e4142233d2a6812519a82e68b5c38 # v6 |
Contributor
There was a problem hiding this comment.
Note: This is not the latest version, but I think that's fine if we just want to keep it the same
seshubaws
approved these changes
Apr 16, 2026
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.
aws-actions/stale-issue-cleanup@v6to@7de35968489e4142233d2a6812519a82e68b5c38 # v6aws-actions/closed-issue-message@v2to@10aaf6366131b673a7c8b7742f8b3849f1d44f18 # v2aws-actions/configure-aws-credentials@v6to@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6Which issue(s) does this change fix?
Why is this change necessary?
This ensures the workflows are locked to specific, auditable commits and won't be affected by tag mutations or supply-chain attacks.
How does it address the issue?
What side effects does this change have?
Mandatory Checklist
PRs will only be reviewed after checklist is complete
make prpassesmake update-reproducible-reqsif dependencies were changedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.