-
Notifications
You must be signed in to change notification settings - Fork 105
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: enforce Pinned-Dependencies check in CI for PRs #1994
base: main
Are you sure you want to change the base?
ci: enforce Pinned-Dependencies check in CI for PRs #1994
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1994 +/- ##
=======================================
Coverage 89.46% 89.46%
=======================================
Files 16 16
Lines 5838 5838
=======================================
Hits 5223 5223
Misses 615 615 ☔ View full report in Codecov by Sentry. |
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.
See this CI failure; you'll also need to add a dependency on this job to all-jobs-succeeded.
.github/workflows/scorecard.yml
Outdated
@@ -16,11 +16,14 @@ on: | |||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection | |||
branch_protection_rule: | |||
# To guarantee Maintained check is occasionally updated. See | |||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained | |||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintaineds |
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.
Typo? Looks like the old link is the correct one
.github/workflows/scorecard.yml
Outdated
@@ -32,7 +35,7 @@ jobs: | |||
permissions: | |||
# Needed to upload the results to code-scanning dashboard. | |||
security-events: write | |||
# Needed to publish results and get a badge (see publish_results below). |
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.
Why this change?
Thanks for doing this! Just a few small changes, but otherwise this looks good! |
743da92
to
510c8fb
Compare
@jswrenn , I request you to review this pr. |
closes #1579