chore(deps): update codecov/codecov-action action to v7#1705
chore(deps): update codecov/codecov-action action to v7#1705red-hat-konflux[bot] wants to merge 1 commit into
Conversation
|
🤖 Finished Review · ✅ Success · Started 2:44 PM UTC · Completed 2:51 PM UTC |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #1705 +/- ##
==========================================
- Coverage 87.43% 81.49% -5.95%
==========================================
Files 34 34
Lines 3566 3566
==========================================
- Hits 3118 2906 -212
- Misses 285 512 +227
+ Partials 163 148 -15
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
ReviewFindingsMedium
Previous runReviewFindingsHigh
Medium
Previous run (2)ReviewFindingsHigh
Previous run (3)ReviewFindingsHigh
Previous run (4)ReviewFindingsHigh
Previous run (5)ReviewFindingsHigh
Medium
Previous run (6)ReviewFindingsHigh
Medium
Previous run (7)ReviewFindingsHigh
Previous run (8)ReviewFindingsHigh
Medium
Labels: PR modifies GitHub Actions workflow files for dependency management Previous run (9)ReviewFindingsHigh
Previous run (10)ReviewFindingsHigh
Low
Info
Previous run (11)ReviewFindingsHigh
Previous run (12)ReviewFindingsHigh
Low
Info
Previous run (13)ReviewFindingsHigh
Previous run (14)ReviewFindingsHigh
Previous run (15)ReviewFindingsHigh
Info
Previous run (16)ReviewFindingsHigh
Medium
Previous run (17)ReviewFindingsHigh
|
826b991 to
81df335
Compare
|
🤖 Finished Review · ✅ Success · Started 10:07 PM UTC · Completed 10:26 PM UTC |
81df335 to
0fea6c9
Compare
|
🤖 Finished Review · ✅ Success · Started 10:44 AM UTC · Completed 10:51 AM UTC |
1fe3f4e to
6f474e9
Compare
|
🤖 Finished Review · ✅ Success · Started 7:36 PM UTC · Completed 7:42 PM UTC |
6f474e9 to
cd0419d
Compare
|
🤖 Finished Review · ✅ Success · Started 10:33 AM UTC · Completed 10:39 AM UTC |
cd0419d to
0a77fd7
Compare
|
🤖 Finished Review · ✅ Success · Started 2:45 PM UTC · Completed 2:52 PM UTC |
0a77fd7 to
089d8fb
Compare
|
🤖 Finished Review · ✅ Success · Started 8:07 PM UTC · Completed 8:13 PM UTC |
089d8fb to
17106ab
Compare
|
🤖 Finished Review · ✅ Success · Started 1:16 PM UTC · Completed 1:23 PM UTC |
17106ab to
63e5c44
Compare
|
🤖 Finished Review · ✅ Success · Started 8:58 PM UTC · Completed 9:04 PM UTC |
5bdcab1 to
75a9e34
Compare
|
🤖 Finished Review · ✅ Success · Started 2:00 PM UTC · Completed 2:08 PM UTC |
75a9e34 to
783dfd6
Compare
|
🤖 Finished Review · ✅ Success · Started 5:46 PM UTC · Completed 5:53 PM UTC |
783dfd6 to
dff0c1e
Compare
|
🤖 Finished Review · ✅ Success · Started 11:25 AM UTC · Completed 11:38 AM UTC |
dff0c1e to
2c2d857
Compare
|
🤖 Finished Review · ✅ Success · Started 3:34 PM UTC · Completed 3:41 PM UTC |
2c2d857 to
00a13e6
Compare
|
🤖 Finished Review · ✅ Success · Started 10:45 AM UTC · Completed 10:53 AM UTC |
00a13e6 to
42d1f80
Compare
|
🤖 Finished Review · ❌ Failure · Started 4:38 PM UTC · Completed 4:44 PM UTC |
42d1f80 to
06fa7f4
Compare
|
🤖 Finished Review · ✅ Success · Started 2:28 PM UTC · Completed 2:36 PM UTC |
06fa7f4 to
2e92329
Compare
|
🤖 Finished Review · ✅ Success · Started 1:35 AM UTC · Completed 1:43 AM UTC |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2e92329 to
1796d04
Compare
|
🤖 Finished Review · ✅ Success · Started 2:40 PM UTC · Completed 2:47 PM UTC |
| run: make test | ||
| - name: Codecov | ||
| uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 | ||
| uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 |
There was a problem hiding this comment.
[medium] logic-error
The PR changes only the version comment from # v6.0.2 to # v7.0.0 while the pinned SHA (fb8b3582c8e4def4969c97caa2f19720cb33a72f) remains unchanged. If this SHA does not correspond to the v7.0.0 tag of codecov/codecov-action, the comment will be misleading and the intended version upgrade will not take effect.
Suggested fix: Verify that the SHA fb8b3582c8e4def4969c97caa2f19720cb33a72f corresponds to codecov/codecov-action v7.0.0. If it does not, update the SHA to the correct commit hash for v7.0.0.
| run: make test | ||
| - name: Upload coverage to Codecov | ||
| uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 | ||
| uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 |
There was a problem hiding this comment.
[medium] logic-error
Same issue as codecov.yml: the PR changes only the version comment from # v6.0.2 to # v7.0.0 while the pinned SHA (fb8b3582c8e4def4969c97caa2f19720cb33a72f) remains unchanged. If this SHA does not correspond to the v7.0.0 tag, the comment is misleading and the upgrade has not actually occurred.
Suggested fix: Verify that the SHA fb8b3582c8e4def4969c97caa2f19720cb33a72f corresponds to codecov/codecov-action v7.0.0. If it does not, update the SHA to the correct commit hash for v7.0.0.
This PR contains the following updates:
v6.0.2→v7.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.