mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update ataylorme/eslint-annotate-action action to v3 (#5756)
* chore(deps): update ataylorme/eslint-annotate-action action to v3 * ci: update upload-annotations.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
parent
fec60c8edf
commit
eb8d0f3aa6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/upload-annotations.yml
vendored
4
.github/workflows/upload-annotations.yml
vendored
|
@ -31,9 +31,9 @@ jobs:
|
|||
run: pnpm -r --parallel lint:report && node .scripts/merge-eslint-reports.js
|
||||
|
||||
- name: Annotate Code Linting Results
|
||||
uses: ataylorme/eslint-annotate-action@2.2.0
|
||||
uses: ataylorme/eslint-annotate-action@3.0.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload ESLint report
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue