We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b06b7 commit 69f487cCopy full SHA for 69f487c
.github/workflows/eslint.yml
@@ -32,9 +32,9 @@ jobs:
32
33
- name: Install ESLint
34
run: |
35
- npm install eslint@8.10.0
36
- npm install @microsoft/eslint-formatter-sarif@2.1.7
37
- npm install eslint-plugin-github@4.10.1
+ npm install eslint@9.23.0
+ npm install @microsoft/eslint-formatter-sarif@3.1.0
+ npm install eslint-plugin-github@6.0.0
38
39
- name: Run ESLint
40
@@ -46,7 +46,7 @@ jobs:
46
continue-on-error: true
47
48
- name: Upload analysis results to GitHub
49
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
50
with:
51
sarif_file: eslint-results.sarif
52
wait-for-processing: true
0 commit comments