What changed, and why it matters
This commit simply adds a new hardware model code (T3W1) to the list of devices that get built automatically in GitHub's continuous integration system. It is a one-line CI configuration change with no effect on the firmware code that runs on users' devices.
No security action needed. Treat as routine CI maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change expands the matrix in .github/workflows/common.yml to include model T3W1 in the build-docker.sh CI job. It does not modify source code, build scripts, cryptographic logic, or any runtime behavior. There is no security-relevant change in the diff.
Changed components
.github/workflows/common.ymlInspect captured patch +1 / −1
diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml
index 443cc78e1..2df13d25c 100644
--- a/.github/workflows/common.yml
+++ b/.github/workflows/common.yml
@@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- model: [T1B1, T2T1, T2B1, T3B1, T3T1]
+ model: [T1B1, T2T1, T2B1, T3B1, T3T1, T3W1]
steps:
- uses: actions/checkout@v4
with:
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.