From c62a408d3681b2c928b831cdb06813360a2028a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:45:19 +0000 Subject: [PATCH] Update mathiasvr/command-output action to v2 --- .github/workflows/kubeconform.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/kubeconform.yml b/.github/workflows/kubeconform.yml index e2f87ff..0a1b248 100644 --- a/.github/workflows/kubeconform.yml +++ b/.github/workflows/kubeconform.yml @@ -50,7 +50,7 @@ jobs: (wget -qO- https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-linux-amd64.tar.gz | sudo tar xvz -C /usr/bin) && sudo chmod +x /usr/bin/kubeconform - name: Validate new Services id: validate-service - uses: mathiasvr/command-output@v1 + uses: mathiasvr/command-output@v2.0.0 if: steps.changed-services.outputs.any_changed == 'true' with: run: | @@ -58,7 +58,7 @@ jobs: - name: Validate new Workloads id: validate-workloads - uses: mathiasvr/command-output@v1 + uses: mathiasvr/command-output@v2.0.0 if: steps.changed-workloads.outputs.any_changed == 'true' with: run: | @@ -67,7 +67,7 @@ jobs: - name: Validate new configMaps or Secrets id: validate-configs-cm - uses: mathiasvr/command-output@v1 + uses: mathiasvr/command-output@v2.0.0 if: steps.changed-configs.outputs.any_changed == 'true' with: run: | @@ -76,7 +76,7 @@ jobs: - name: Validate new Permissions and RBAC resources id: validate-configs-rbac - uses: mathiasvr/command-output@v1 + uses: mathiasvr/command-output@v2.0.0 if: steps.changed-rbac.outputs.any_changed == 'true' with: run: | @@ -87,7 +87,7 @@ jobs: - name: Validate new Storage resources id: validate-configs - uses: mathiasvr/command-output@v1 + uses: mathiasvr/command-output@v2.0.0 if: steps.changed-storage.outputs.any_changed == 'true' with: run: |