Skip to content

Commit

Permalink
Merge pull request #82 from arkedge/renovate/reviewdog-action-setup-1.x
Browse files Browse the repository at this point in the history
Update reviewdog/action-setup action to v1.1.0
  • Loading branch information
sksat authored Dec 19, 2023
2 parents 639e596 + 534c1f4 commit dc18f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-coding-rule-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
exit "${status}"
- name: install reviewdog
uses: reviewdog/action-setup@80a06617492b461a66508e2dedf16233f0506804 # v1.0.6
uses: reviewdog/action-setup@154bb4214db7d87bdb814a346ec67b3472fe1c5f # v1.1.0

- name: fix error log source file path for c2a-core
if: inputs.c2a_core == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-coding-rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
exit "${status}"
- name: install reviewdog
uses: reviewdog/action-setup@80a06617492b461a66508e2dedf16233f0506804 # v1.0.6
uses: reviewdog/action-setup@154bb4214db7d87bdb814a346ec67b3472fe1c5f # v1.1.0

- name: fix error log source file path for c2a-core
if: inputs.c2a_core == 'true'
Expand Down

0 comments on commit dc18f1c

Please sign in to comment.