-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: Use valid tag for the ossf-scorecard action #16730
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
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.
Thank you!
Signed-off-by: Matt Lord <mattalord@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16730 +/- ##
==========================================
+ Coverage 68.91% 68.95% +0.03%
==========================================
Files 1565 1565
Lines 201685 201745 +60
==========================================
+ Hits 138995 139105 +110
+ Misses 62690 62640 -50 ☔ View full report in Codecov by Sentry. |
Description
This is a quick follow-up to #16538. The workflow has been failing on main every time since it was merged with this error:
That's because there are no major version tags (nor major.minor) used for this action: https://github.com/ossf/scorecard-action/tags
So this PR addresses that by using the latest version tag of
v2.4.0
.Related Issue(s)
Checklist