From 6e7b92fd0db9d347536914db6abbc27abb16e1fc Mon Sep 17 00:00:00 2001 From: Javier Julio Date: Mon, 12 Feb 2024 14:54:14 -0500 Subject: [PATCH] Bump reviewdog from 0.15.0 to 0.17.1 Allow using the new github-pr-annotations reporter from the 0.17.0 release. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a310b11..0431100 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.15.0 + REVIEWDOG_VERSION: v0.17.1 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }} INPUT_BRAKEMAN_VERSION: ${{ inputs.brakeman_version }} INPUT_BRAKEMAN_FLAGS: ${{ inputs.brakeman_flags }}