[SL-ONLY] Update matter_build_action to v2#874
Merged
Michael Duggan (miduggan24) merged 1 commit intomainfrom Mar 13, 2026
Merged
[SL-ONLY] Update matter_build_action to v2#874Michael Duggan (miduggan24) merged 1 commit intomainfrom
Michael Duggan (miduggan24) merged 1 commit intomainfrom
Conversation
sarthak shaha (Sarthak-Shaha)
approved these changes
Mar 12, 2026
lpbeliveau-silabs
approved these changes
Mar 12, 2026
a35feed to
3bc028d
Compare
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.
Summary
Currently matter_build_action references are hardcoded to v2.0.0. This means that minor updates like v2.0.1 or v2.1.0 would not get picked up.
Update references to reference generic v2 tag instead.
Related issues
n/a
Testing
CI
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines
Note
Low Risk
Low risk workflow-only change that switches the GitHub Action reference from a pinned patch version to the moving
v2tag; any risk comes from picking up future v2 action updates automatically.Overview
Updates the Silabs common build workflow to use
SiliconLabsSoftware/matter_build_action@v2instead of pinning to@v2.0.0, allowing CI to automatically pick up newer v2 releases of the build action.Written by Cursor Bugbot for commit 3bc028d. This will update automatically on new commits. Configure here.