Fix setup-task version hints - #6565
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6565 +/- ##
==========================================
+ Coverage 78.72% 78.79% +0.07%
==========================================
Files 777 778 +1
Lines 77213 77490 +277
==========================================
+ Hits 60784 61058 +274
- Misses 16424 16427 +3
Partials 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
arduino/setup-taskaction because its# v2hint refers to an upstream branch rather than a tag, leaving a persistent package lookup warning in the dependency dashboard.v2.0.0tag, which resolves to the already-pinned commit and therefore does not change CI execution.Related: #561
Type of change
Test plan
task test)task test-e2e)task lint-fix)Ran Renovate 44.71.2 locally in lookup mode with GitHub authentication. Renovate resolved all 12
arduino/setup-taskreferences asv2.0.0, continued to detect the separate v3 major update, and no longer emitted theCould not determine new digestwarning for this action.Changes
# v2with the exact# v2.0.0tag on all 12 pinnedarduino/setup-taskreferencesDoes this introduce a user-facing change?
No.
Implementation plan
Approved implementation plan
Update only the version hints, retain the existing immutable SHA pins, verify the warning disappears with a full Renovate lookup, and keep the v3 action upgrade as a separate compatibility change.
Special notes for reviewers
Issue #561 is Renovate's long-lived dependency dashboard, so this PR references it without closing it.