-
Notifications
You must be signed in to change notification settings - Fork 31
Update TICS workflow #1212
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
Merged
Merged
Update TICS workflow #1212
Conversation
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1212 +/- ##
=======================================
Coverage 87.64% 87.64%
=======================================
Files 91 91
Lines 6231 6231
Branches 111 111
=======================================
Hits 5461 5461
Misses 714 714
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
adombeck
reviewed
Jan 23, 2026
43377ea to
a26c1d0
Compare
adombeck
reviewed
Jan 26, 2026
adombeck
reviewed
Jan 26, 2026
adombeck
reviewed
Jan 26, 2026
a26c1d0 to
0d60edd
Compare
dd138de to
879a093
Compare
adombeck
reviewed
Feb 2, 2026
adombeck
reviewed
Feb 2, 2026
Let's switch to using the desktop-engineering action to handle our go generates as it is more complete and easier to use.
Now that we have the project under the Canonical org, we can use the tics specific self-hosted runner and the tics action in order to run the SSDLC for our repo.
The self-hosted runners do not have rustup by default like the github ones do, so we need to install it first before trying to update the Rust toolchain.
We changed the name of the QA workflow, so we need to propagate the change
We need to sync our submodules and build libhimmelblau before building the authd-msentraid broker
We switched to using authd-oidc as the name for the vanilla oidc broker, so let's use the same name for the executable here to keep consistency and avoid any confusions.
688aab9 to
d2bb7d1
Compare
adombeck
reviewed
Feb 2, 2026
adombeck
approved these changes
Feb 2, 2026
b38c038 to
270ffce
Compare
Now that we are running the analysis as a single project, we need to merge the coverage reports and provide the coverage as expected.
270ffce to
755f953
Compare
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.
Now that we are under the canonical organization, we can leverage some features and actions that were not available to us when under the Ubuntu organization.
An example run can be seen here.