ci: pin shared CI refs to immutable versions#766
Draft
jcpsimmons wants to merge 1 commit into
Draft
Conversation
Two shared-tooling refs were consumed at branch heads: the slack-notify-sample-app action from mobile-ci-tools at main, and the shared Fastfile imported from customerio-ios at main. Any push to either repo silently changed our builds here. Pin the action to the commit main resolves to today and the Fastfile import to the customerio-ios 4.5.3 release tag (the file is identical to main as of today), so this is a no-op for build behavior. Future updates arrive as deliberate version-bump PRs instead of instant rollouts.
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #766 +/- ##
============================================
- Coverage 69.07% 68.13% -0.94%
- Complexity 838 904 +66
============================================
Files 149 159 +10
Lines 4601 4968 +367
Branches 628 670 +42
============================================
+ Hits 3178 3385 +207
- Misses 1189 1324 +135
- Partials 234 259 +25 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
|
📏 SDK Binary Size Comparison ReportNo changes detected in SDK binary size ✅ |
|
Build available to test |
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
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.
Why
Two shared-tooling refs were consumed at branch heads: the
slack-notify-sample-appaction frommobile-ci-tools@main, and the shared Fastfile imported fromcustomerio-iosatbranch: "main". Any push to either repo silently changes builds here, the "nobody changed anything and CI broke" failure class.What
slack-notify-sample-appaction to the commitmobile-ci-tools@mainresolves to today.customerio-ios4.5.3release tag. The file is byte-identical between that tag and customerio-ios main as of today, so this is a behavior-preserving no-op.Future updates to either arrive as deliberate version-bump PRs instead of instant rollouts.
Follow-ups
v1tag.