[LOW] Pin the Codecov action to its reviewed commit - #3206
Open
OskarEichler wants to merge 1 commit into
Open
OskarEichler wants to merge 1 commit into
OskarEichler wants to merge 1 commit into
Conversation
lbesecker195
approved these changes
Sep 13, 2026
lbesecker195
left a comment
There was a problem hiding this comment.
Verified: b9fd7d16 is exactly what the codecov/codecov-action@v4 tag resolves to today. Pinning the action that receives the token is the right one to prioritize. LGTM.
This branch has not been deployed
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.
Summary
The reusable test workflow referenced codecov/codecov-action through the mutable v4 tag and passes it the Codecov upload token. A moved tag or upstream compromise could expose that token or alter uploaded coverage data.
Fix
Pin the action to reviewed commit b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 while retaining an inline v4 annotation.
Validation
Breaking changes
None.