-
Notifications
You must be signed in to change notification settings - Fork 10
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
build: update bom #197
build: update bom #197
Conversation
Codecov Report
@@ Coverage Diff @@
## main #197 +/- ##
=========================================
Coverage 83.16% 83.16%
Complexity 282 282
=========================================
Files 33 33
Lines 968 968
Branches 74 74
=========================================
Hits 805 805
Misses 111 111
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
@@ -27,6 +27,8 @@ jobs: | |||
steps: | |||
- name: Checkout repository | |||
uses: actions/checkout@v3 | |||
with: | |||
fetch-depth: 0 |
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.
The issue was hard to track down but eventually isolated it to the lack of history broke the local version calculation and led to the local build being mismatched with the locks (if the bom contains self references, since we recently added attribute service to bom).
Description
Manual lock update and CI fix to support autobuild with locks