diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index 0641e3d213..3274d7bbc8 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -44,7 +44,7 @@ jobs: with: name: eslint_report.json - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@v3 + uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 with: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' report-json: 'eslint_report.json'