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 }}