We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b6a0fa + 8f98237 commit 2a85111Copy full SHA for 2a85111
.github/workflows/reviewdog.yml
@@ -16,7 +16,7 @@ jobs:
16
cond: ${{ github.event_name == 'pull_request' }}
17
if_true: "github-pr-review"
18
if_false: "github-check"
19
- - uses: reviewdog/action-shellcheck@6e0e63d1750d02d761b3df0f2c5ba9f9ac4a9ed7 # v1.29.0
+ - uses: reviewdog/action-shellcheck@57079a832290a049f49cee90984b072c870fb7d4 # v1.29.3
20
with:
21
github_token: ${{ secrets.github_token }}
22
reporter: ${{ steps.reporter.outputs.value }}
0 commit comments