From 1a34c5526cac8a6857b334813ffdbea28374c242 Mon Sep 17 00:00:00 2001 From: Torlando <281092095+torlando-agent[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:55:28 +0000 Subject: [PATCH] ci: advance .ci microReticulum checkout to attested pin 921b3aa The pyxis-pytest job checks out the microReticulum reference for the NomadNet x86 client, whose CMake manifest attests the exact commit (921b3aa, endpoint hot-path read gate). The workflow still pointed at cd0338e, so the client configure aborted on the attestation check and the pytest job failed before running tests. The native17 job (submodule) is unaffected and already green. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8163bcc..5fd59c1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 with: repository: torlando-tech/microReticulum - ref: cd0338e7fc07d3a7785a450656ba766491cbf6e8 + ref: 921b3aa030525f819671d99eff1d1f28350c9b69 path: .ci/microReticulum - name: Set up Python