-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update codecov/codecov-action action to v7 #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/codecov-codecov-action-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: ALRubinger/aileron-connector-google
Length of output: 368
🏁 Script executed:
Repository: ALRubinger/aileron-connector-google
Length of output: 941
🌐 Web query:
codecov/codecov-action v7 commit SHA💡 Result:
As of June 7, 2026, there is no official v7 release of the codecov/codecov-action [1]. The most recent major release for this action is v6 (specifically, v6.0.1 is cited in recent documentation and release history) [2][3][4]. References to "v7" in some community configurations or discussions often stem from confusion with other GitHub actions (such as actions/github-script or actions/upload-artifact, which have reached v7) [5][6][7] or mistaken versioning expectations [1]. Because a v7 tag for codecov/codecov-action does not exist, there is no corresponding commit SHA for it. To ensure your GitHub Actions workflow remains stable and secure, it is recommended to use the latest established stable version (e.g., v6.0.1) or pin to a specific, verified commit SHA from the official repository's releases [2].
Citations:
🌐 Web query:
site:github.com codecov/codecov-action refs/tags v7💡 Result:
There is no tag
v7incodecov/codecov-actionas of the sources found: the action repository documents and exposes release tags up throughv6(e.g.,refs/tags/v6andv6.0.0) and does not list av7tag in the provided authoritative repository pages [1][2]. So the GitHub Action referencecodecov/codecov-action@refs/tags/v7would not resolve to a valid tag in this repository based on these sources; the highest tag shown isv6.0.0underrefs/tags/v6.0.0[1]. For using the action in workflows, the repository README recommends using a major tag like@v5and shows theuses: codecov/codecov-action@v5pattern; the tag selection should therefore be updated to an existing major version such as@v6if you want the latest supported major tag shown in the repo sources [3].Citations:
🌐 Web query:
site:github.com codecov/codecov-action v7 refs/heads💡 Result:
There is no “codecov/codecov-action v7”. The Codecov GitHub Action repository shows releases up through v6 (e.g., “v6.0.0 Latest … Mar 26, 2026”) rather than v7.[1][2] So a reference like “codecov/codecov-action@v7” (or “codecov/codecov-action v7 refs/heads …”) is not a valid version tag, and you should use an existing major tag (such as
@v6) or pin to a specific commit/branch ref.[1][3] If your goal is to use the action with a branch ref, GitHub supports “owner/repo@” syntax (e.g.,@mainor@refs/heads/), and the repository is reachable at those refs (example path shown for refs/heads/main).[4] Example (use an existing release tag): - uses: codecov/codecov-action@v6 Example (use a branch ref): - uses: codecov/codecov-action@refs/heads/main Codecov action configuration inputs include (at least) fail_ci_if_error and token, as described in the action README and action.yml.[3][5]Citations:
🌐 Web query:
codecov/codecov-action v6.0.0 commit SHA💡 Result:
The commit SHA associated with the v6.0.0 release of codecov/codecov-action is 57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 [1]. This version was released on March 26, 2026 [2][3].
Citations:
Fix the Codecov step ref and pin it to an immutable commit SHA.
Line 48 uses
codecov/codecov-action@v7, but the Codecov action repository only provides releases up tov6(so@v7is not a valid version ref). Update the step to pinv6.0.0instead:uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2.🧰 Tools
🪛 zizmor (1.25.2)
[error] 48-48: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)
(unpinned-uses)
🤖 Prompt for AI Agents
Source: Linters/SAST tools