From 33d5b5c78b87d17a2a451efdd39e45a5985c7c2b Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Sun, 25 May 2025 05:05:15 +0000 Subject: [PATCH 1/3] fix: update SC4S version --- config/SC4S_matrix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/SC4S_matrix.conf b/config/SC4S_matrix.conf index 9bfcfb9..b69f56c 100644 --- a/config/SC4S_matrix.conf +++ b/config/SC4S_matrix.conf @@ -1,6 +1,6 @@ #SC4S Major versions # [2] -VERSION=3.32.1 +VERSION=3.36.0 DOCKER_REGISTRY=ghcr.io/splunk/splunk-connect-for-syslog/container3 From 2e84096ead5319331e1d35d8d156d7c2e3e25f9a Mon Sep 17 00:00:00 2001 From: Siddharth Date: Mon, 26 May 2025 18:35:56 +0530 Subject: [PATCH 2/3] chore(test): testing updated sc4s version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d84e3fb..1b56fe1 100644 --- a/action.yml +++ b/action.yml @@ -2,4 +2,4 @@ name: "addonfactory-test-matrix-action" description: "This tool automates the selection matrix dimensions" runs: using: "docker" - image: "docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v3.0.1" + image: Dockerfile From 1a3159125ba4e447688a3fc7f0a315696eea3e7b Mon Sep 17 00:00:00 2001 From: Siddharth Date: Tue, 27 May 2025 14:53:21 +0530 Subject: [PATCH 3/3] chore(revert): revert test changes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1b56fe1..d84e3fb 100644 --- a/action.yml +++ b/action.yml @@ -2,4 +2,4 @@ name: "addonfactory-test-matrix-action" description: "This tool automates the selection matrix dimensions" runs: using: "docker" - image: Dockerfile + image: "docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v3.0.1"