PLT-1616 : aws-params-env-action GHA to use node 20 and updated packages#428
Open
PLT-1616 : aws-params-env-action GHA to use node 20 and updated packages#428
Conversation
… from version 16.
…ingle file output.
gfreeman-navapbc
previously approved these changes
Mar 27, 2026
Contributor
gfreeman-navapbc
left a comment
There was a problem hiding this comment.
You touched the aws-params-env-action! Congratulations on your 30 THOUSAND lines changed! 😂
jasonvinson
approved these changes
Mar 27, 2026
jasonvinson
previously approved these changes
Mar 27, 2026
mianava
commented
Mar 27, 2026
mianava
commented
Mar 27, 2026
mianava
commented
Mar 27, 2026
mianava
commented
Mar 27, 2026
Contributor
Author
There was a problem hiding this comment.
Add description to the workflow
mianava
commented
Mar 27, 2026
mianava
commented
Mar 27, 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.
🎫 Ticket
https://jira.cms.gov/browse/...
🛠 Changes
This PR modernizes the aws-params-env-action Action to address dependency security vulnerabilities, update deprecated tooling, and ensure compatibility with Node 20 and ARM64 runners.
ℹ️ Context
The existing action used aws-sdk v2 (via @aws-sdk/client-ssm pinned to an older version), which pulled in a vulnerable version of fast-xml-parser through its dependency chain.
@vercel/ncc was on an outdated version, and broke the dist file singularity.
ESLint was using the legacy .eslintrc.json config format, which is no longer supported in ESLint 9
The project needed to be verified as buildable on ARM64 runners
🧪 Validation
These changes are validated by the test run, and will be confirmed in a subscriber repo dedicated branch.