From 2a37705e49e96a66ebdabf89c1d5371389eabc7e Mon Sep 17 00:00:00 2001 From: Rasmi Teja Date: Fri, 15 May 2026 12:34:09 +0530 Subject: [PATCH] chore: update psa-cim-models branch refs from cim-5.3.3/cim-6.4 to cim-5/cim-6 (ADDON-86874) Follow-up to the psa-cim-models branch rename: replace the versioned branch refs (cim-5.3.3, cim-6.4) with the canonical major-version branch names (cim-5, cim-6). Co-Authored-By: Claude Opus 4.7 --- .github/workflows/build-test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index c3efdeb4..c65de6be 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -223,9 +223,9 @@ jobs: matrix: splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }} cim-models: - - ref: "cim-5.3.3" + - ref: "cim-5" label: "5.x" - - ref: "cim-6.4" + - ref: "cim-6" label: "6.x" # Add future releases here, e.g.: # - ref: "cim-7.x"