From 855ce2feaf4f84778190b9594d401131250fde4f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jul 2026 16:05:26 +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.2?= 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..0a3df31 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@feaea981266b40eea7985b7cb880d47a3426a570 # v0.4.2 with: threshold: ${{ inputs.plumber-threshold }} config-file: ${{ inputs.plumber-config-file || env.plumber-config-file }}