-
Notifications
You must be signed in to change notification settings - Fork 83
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
CI: update Wandalen/wretry.action and codecov/codecov-action #3730
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3730 +/- ##
==========================================
- Coverage 91.28% 91.27% -0.01%
==========================================
Files 468 467 -1
Lines 58611 58579 -32
Branches 5656 5656
==========================================
- Hits 53502 53470 -32
Misses 3659 3659
Partials 1450 1450 ☔ View full report in Codecov by Sentry. |
@@ -73,7 +73,7 @@ jobs: | |||
|
|||
- name: Ninja Setup | |||
if: steps.cache-binary.outputs.cache-hit != 'true' | |||
uses: lukka/get-cmake@9e431acfe656e5db66cd4930386328fce59cfaba | |||
uses: lukka/get-cmake@aa1df13cce8c30d2cb58efa871271c5a764623f8 |
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.
Reason for using specific commit here?
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.
It's the latest commit on main, theydon''t do releases...
Both seem outdated.