diff --git a/pipeline-compliance/action.yml b/pipeline-compliance/action.yml index e4ef323..de59b7b 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@a697e9c316b058d279861719c73b87093fb5a60f # v0.3.86 + - uses: getplumber/plumber@39cff570096127f99080cef23604fc373a925f58 # v0.3.89 with: threshold: ${{ inputs.plumber-threshold }} config-file: ${{ inputs.plumber-config-file || env.plumber-config-file }}