diff --git a/.github/workflows/actions.lint.yml b/.github/workflows/actions.lint.yml index 3632ea3..c86bf58 100644 --- a/.github/workflows/actions.lint.yml +++ b/.github/workflows/actions.lint.yml @@ -15,6 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Review Dog - actionlint - uses: reviewdog/action-actionlint@d99f1ceaf59e7db022a790dc308ccccb68dda71a # v1 + uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1 with: fail_on_error: ${{inputs.fail-on-error}} diff --git a/.github/workflows/nodejs.lint.yml b/.github/workflows/nodejs.lint.yml index 59a0743..10720e8 100644 --- a/.github/workflows/nodejs.lint.yml +++ b/.github/workflows/nodejs.lint.yml @@ -22,6 +22,6 @@ jobs: - name: Install Dependencies run: npm ci - name: Review Dog - eslint - uses: reviewdog/action-eslint@7b82dea8533d382fa3c6ef95bcb1f1004f6b0a95 # v1 + uses: reviewdog/action-eslint@1d4b2566223411c02be19b14ca258fa44a46dc31 # v1 with: fail_on_error: ${{inputs.fail-on-error}}