diff --git a/.github/workflows/_lint.yaml b/.github/workflows/_lint.yaml index 993bfe9..14adf00 100644 --- a/.github/workflows/_lint.yaml +++ b/.github/workflows/_lint.yaml @@ -42,7 +42,7 @@ jobs: persist-credentials: false sparse-checkout: .github - - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 + - uses: reviewdog/action-actionlint@d63ba7532e0942965320cd8d73cbae4c7b3c5283 # v1.73.1 with: reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }} fail_level: error @@ -57,7 +57,7 @@ jobs: persist-credentials: false sparse-checkout: .github - - uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1.32.0 + - uses: reviewdog/action-shellcheck@0722bbdb0d47f04c1b53b8734d2422ac63a45ec6 # v1.32.1 with: reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }} fail_level: error