Allow matlab-actions/run-tests v3.1.1#846
Conversation
|
Hi @kevingurney — thanks for the bump. Running our automated allowlist check (
The JS rebuild matches cleanly (✓), no curl-downloads, lock file present. The blocker is just the four (Side note: vendoring the binaries into I've opened matlab-actions/run-tests#94 proposing Holding approval until upstream provenance lands. |
Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com>
The in-tree binary detector flagged matlab-actions/run-tests@v3.1.1's
dist/bin/win64/run-matlab-command.exe (via .exe extension) but missed
the three Unix siblings under dist/bin/{glnxa64,maca64,maci64}/, which
have no extension and don't match the <name>-<os>-<arch> cross-compile
filename regex. Add a parent-directory rule for MATLAB's platform
identifiers so the Linux/macOS launchers are caught too, and pin a
regression test against the actual v3.1.1 shape.
Surfaced while triaging apache#846.
Generated-by: Claude Opus 4.7 (1M context)
bc5bd26 to
6a2d9cb
Compare
To address: #49962, we would like to allow
v3.1.1of thematlab-actions/run-testsaction.Note:
v3.1.1is not a Prerelease, so we don't expect to run into the "commit churn" which was addressed by #735 for this version. On behalf of the MathWorks CI Team - our sincere apologies for the inconvenience this issue caused.Note: It is unclear what is preventing
matlab-actions/run-testsfrom eventually ending up in the same state again if a future upgrade is also a Prerelease. Does some kind of additional logic need to be added to the infrastructure to "ignore" prereleases for Dependabot upgrades?