ci: pin test-summary/action to v2.4 - #726
Open
HGyllensvard wants to merge 1 commit into
Open
Conversation
v2 tag was re-pointed to an unbuilt commit missing index.js. v2.4 is the latest tag with the compiled artifact. See test-summary/action#75 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
NikoRoberts
reviewed
Jul 20, 2026
NikoRoberts
left a comment
Contributor
There was a problem hiding this comment.
This tightens test-summary/action from the v2 major tag to v2.4, which is a small improvement.
One thing to flag: test-summary/action is a third-party action, and both v2 and v2.4 are mutable tags that can be re-pointed by the maintainer. For third-party actions the safer posture is pinning to a full commit SHA. This is not blocking here since the action only reads test report XML and has no access to deploy secrets, but it is worth considering if we standardise action pinning across repos.
Otherwise this is fine to merge once checks pass.
Automated review, queued by Niko's agents
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.
v2 tag was re-pointed to an unbuilt commit missing index.js. v2.4 is the latest tag with the compiled artifact.
See test-summary/action#75