Skip to content

Commit

Permalink
chore(deps): update reviewdog/reviewdog to 0.15.0 (#79)
Browse files Browse the repository at this point in the history
* chore(deps): update reviewdog/reviewdog to 0.15.0

* update README

---------

Co-authored-by: review-dog <review-dog@users.noreply.github.com>
Co-authored-by: ICHINOSE Shogo <shogo82148@gmail.com>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent f48689d commit d39483f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@master
uses: actions/checkout@v4

# Install latest Terraform manually as
# Docker-based GitHub Actions are
Expand All @@ -125,13 +125,13 @@ jobs:
# Minimal example
- name: tflint
uses: reviewdog/action-tflint@master
uses: reviewdog/action-tflint@v1
with:
github_token: ${{ secrets.github_token }}

# More complex example
- name: tflint
uses: reviewdog/action-tflint@master
uses: reviewdog/action-tflint@v1
with:
github_token: ${{ secrets.github_token }}
working_directory: "testdata" # Optional. Change working directory
Expand All @@ -141,7 +141,6 @@ jobs:
tflint_version: "v0.24.0" # Optional. Custom version, instead of latest
tflint_rulesets: "azurerm google" # Optional. Extra official rulesets to install
flags: "--module" # Optional. Add custom tflint flags

```
## Development
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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.14.2
REVIEWDOG_VERSION: v0.15.0
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://git.luolix.topmunity/t/input-variable-name-is-not-available-in-composite-run-steps/127611
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}
Expand Down

0 comments on commit d39483f

Please sign in to comment.