From bf0ccd936858b0e6022cfaeb3dbf4d04e4a624c3 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Wed, 5 Aug 2026 10:17:02 +0530 Subject: [PATCH] chore: use latest commit of nmr test project --- .github/workflows/NativePipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NativePipeline.yml b/.github/workflows/NativePipeline.yml index fd91566b1..0ab000bb4 100644 --- a/.github/workflows/NativePipeline.yml +++ b/.github/workflows/NativePipeline.yml @@ -105,7 +105,7 @@ env: # Pin the test project (mendix/Native-Mobile-Resources) to a SHA for reproducibility instead # of tracking a moving `main`. Single source of truth — bump deliberately. The repo publishes # no tags, so a commit SHA is the only stable ref. Override per run via the dispatch input. - NATIVE_MOBILE_RESOURCES_REF: ${{ github.event.inputs.test_project_ref || '05255f5ad19de7b109f6a68088e4fb198447ed00' }} + NATIVE_MOBILE_RESOURCES_REF: ${{ github.event.inputs.test_project_ref || '258f55e1d4b0a25529b1c08a5b17f76a43663e61' }} permissions: packages: write jobs: