BAU: Ensure that actions are pinned to SHAs#1806
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new workflow to enforce SHA-pinned GitHub Actions across all workflow files, aligning with GDS security standards that recommend pinning actions to specific commit SHAs rather than tags.
Key Changes:
- New workflow triggers on PR events when workflow files are modified
- Uses a third-party action to validate that all GitHub Actions are pinned to commit SHAs
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
💰 Infracost reportThis pull request is aligned with your company's FinOps policies and the Well-Architected Framework. Monthly estimate generatedEstimate details (includes details of unsupported resources and skipped projects due to errors)This comment will be updated when code changes. |
7cae99d to
62c98f2
Compare
6b32d28 to
4b96bd2
Compare
lfdebrux
reviewed
Nov 7, 2025
368503a to
dc122d3
Compare
cadmiumcat
previously approved these changes
Nov 11, 2025
dc122d3 to
3e11d35
Compare
|
Warning You are changing the Terraform version. Before you merge this PR, you must apply the |
cadmiumcat
approved these changes
Nov 11, 2025
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.
What problem does this pull request solve?
This will flag that non-sha-pinned actions are present in workflows. SHA-pinning is advised in GDS-way.