From fe3f8e411f36bf3f4cdd70fc7fb4bad7e71bb1e2 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Thu, 9 Jul 2026 08:38:04 -0400 Subject: [PATCH 1/3] fix: Fix workflow to not add the matrix version for apache --- .github/workflows/plugin-ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-ci-workflow.yml b/.github/workflows/plugin-ci-workflow.yml index ee2df5b..5d14c39 100644 --- a/.github/workflows/plugin-ci-workflow.yml +++ b/.github/workflows/plugin-ci-workflow.yml @@ -85,7 +85,7 @@ jobs: run: sudo apt-get update - name: Install System Dependencies - run: sudo apt-get install -y apache2 snmp snmpd rrdtool fping libapache2-mod-php${{ matrix.php }} + run: sudo apt-get install -y apache2 snmp snmpd rrdtool fping libapache2-mod-php - name: Start SNMPD Agent and Test run: | From 65eca908fc58df77726e188790b0bb8b9f9d33f9 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Thu, 9 Jul 2026 08:44:32 -0400 Subject: [PATCH 2/3] fix: Update github actions/checkout to latest --- .github/workflows/plugin-ci-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-ci-workflow.yml b/.github/workflows/plugin-ci-workflow.yml index 5d14c39..704ae65 100644 --- a/.github/workflows/plugin-ci-workflow.yml +++ b/.github/workflows/plugin-ci-workflow.yml @@ -61,13 +61,13 @@ jobs: steps: - name: Checkout Cacti - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: Cacti/cacti path: cacti - name: Checkout Monitor Plugin - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: cacti/plugins/monitor From eab81a6dec1db5b011ae4679d1c3d914da6450f0 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Thu, 9 Jul 2026 08:53:37 -0400 Subject: [PATCH 3/3] fix: Move to version 5 instead --- .github/workflows/plugin-ci-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-ci-workflow.yml b/.github/workflows/plugin-ci-workflow.yml index 704ae65..1b63343 100644 --- a/.github/workflows/plugin-ci-workflow.yml +++ b/.github/workflows/plugin-ci-workflow.yml @@ -61,13 +61,13 @@ jobs: steps: - name: Checkout Cacti - uses: actions/checkout@v6 + uses: actions/checkout@v5 with: repository: Cacti/cacti path: cacti - name: Checkout Monitor Plugin - uses: actions/checkout@v6 + uses: actions/checkout@v5 with: path: cacti/plugins/monitor