From d702c5b80fa67b7a63ecf00587c9a778ed9e2b01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 19 Jul 2026 16:00:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20up?= =?UTF-8?q?date=20getplumber/plumber=20action=20to=20v0.4.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline-compliance/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-compliance/action.yml b/pipeline-compliance/action.yml index de59b7b..0d89d3e 100644 --- a/pipeline-compliance/action.yml +++ b/pipeline-compliance/action.yml @@ -75,7 +75,7 @@ runs: path=${{ github.action_path }}/plumber.yaml echo "plumber-config-file=$path" >> $GITHUB_ENV - - uses: getplumber/plumber@39cff570096127f99080cef23604fc373a925f58 # v0.3.89 + - uses: getplumber/plumber@7970e5df1e7d217de41b2880832b63a6f2152b97 # v0.4.8 with: threshold: ${{ inputs.plumber-threshold }} config-file: ${{ inputs.plumber-config-file || env.plumber-config-file }}