Fix Cypress workflow failures caused by invalid aws4 lockfile tarballs#2504
Merged
Fix Cypress workflow failures caused by invalid aws4 lockfile tarballs#2504
Conversation
Agent-Logs-Url: https://github.com/OWASP/wrongsecrets/sessions/6ceebc41-9221-421c-adec-ac482220f9aa Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix broken action step in wrongsecrets
Fix Heroku Cypress workflow failure caused by invalid aws4 lockfile tarball
Apr 22, 2026
Collaborator
Agent-Logs-Url: https://github.com/OWASP/wrongsecrets/sessions/4c893998-94b1-4f0b-8191-eefad537df2b Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
Contributor
Author
Fixed in 0f22529. I updated |
Copilot
AI
changed the title
Fix Heroku Cypress workflow failure caused by invalid aws4 lockfile tarball
Fix Cypress workflow failures caused by invalid aws4 lockfile tarballs
Apr 22, 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.
The Cypress workflows were failing during npm install because lockfiles referenced a non-existent
aws4tarball (1.13.3). This updates both affected lockfiles to a published tarball so dependency resolution can proceed in CI.Dependency lockfile corrections
src/test/e2e/package-lock.jsonto pointnode_modules/aws4at a valid published artifact.src/test/K8s-tests/package-lock.jsonto pointnode_modules/aws4at a valid published artifact.Why this unblocks the workflows
src/test/e2e; npm resolves from the checked-in lockfile.src/test/K8s-tests; npm resolves from that lockfile as well.> [!WARNING]
>
>