Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reviewdog/action-trivy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b29011419b6949ef52f39b171708cbef783feb3c
Choose a base ref
..
head repository: reviewdog/action-trivy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6882a734b8d5e0b146ecc7b10eaee1f9b166f2cc
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 action.yml
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ runs:
env:
# We may want to allow specifying reviewdog version as
# action's input, but let's start with hard coded latest stable version for reviewdog
REVIEWDOG_VERSION: v0.17.5
REVIEWDOG_VERSION: v0.18.1
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}